sec4_sg_ents     1692 drivers/crypto/caam/caamalg.c 	int dst_sg_idx, sec4_sg_ents, sec4_sg_bytes;
sec4_sg_ents     1734 drivers/crypto/caam/caamalg.c 		sec4_sg_ents = 0; // no need for an input hw s/g table
sec4_sg_ents     1736 drivers/crypto/caam/caamalg.c 		sec4_sg_ents = mapped_src_nents + !!ivsize;
sec4_sg_ents     1737 drivers/crypto/caam/caamalg.c 	dst_sg_idx = sec4_sg_ents;
sec4_sg_ents     1753 drivers/crypto/caam/caamalg.c 			sec4_sg_ents = !!ivsize + pad_sg_nents(sec4_sg_ents);
sec4_sg_ents     1755 drivers/crypto/caam/caamalg.c 			sec4_sg_ents += pad_sg_nents(mapped_dst_nents +
sec4_sg_ents     1758 drivers/crypto/caam/caamalg.c 		sec4_sg_ents = pad_sg_nents(sec4_sg_ents);
sec4_sg_ents     1761 drivers/crypto/caam/caamalg.c 	sec4_sg_bytes = sec4_sg_ents * sizeof(struct sec4_sg_entry);