Searched refs:sec4_sg_ents (Results 1 – 1 of 1) sorted by relevance
1610 int dst_sg_idx, sec4_sg_ents, sec4_sg_bytes; in skcipher_edesc_alloc() local1652 sec4_sg_ents = 0; // no need for an input hw s/g table in skcipher_edesc_alloc()1654 sec4_sg_ents = mapped_src_nents + !!ivsize; in skcipher_edesc_alloc()1655 dst_sg_idx = sec4_sg_ents; in skcipher_edesc_alloc()1671 sec4_sg_ents = !!ivsize + pad_sg_nents(sec4_sg_ents); in skcipher_edesc_alloc()1673 sec4_sg_ents += pad_sg_nents(mapped_dst_nents + in skcipher_edesc_alloc()1676 sec4_sg_ents = pad_sg_nents(sec4_sg_ents); in skcipher_edesc_alloc()1679 sec4_sg_bytes = sec4_sg_ents * sizeof(struct sec4_sg_entry); in skcipher_edesc_alloc()