Home
last modified time | relevance | path

Searched refs:sec4_sg_ents (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg.c1608 int dst_sg_idx, sec4_sg_ents, sec4_sg_bytes; in skcipher_edesc_alloc() local
1650 sec4_sg_ents = 0; // no need for an input hw s/g table in skcipher_edesc_alloc()
1652 sec4_sg_ents = mapped_src_nents + !!ivsize; in skcipher_edesc_alloc()
1653 dst_sg_idx = sec4_sg_ents; in skcipher_edesc_alloc()
1669 sec4_sg_ents = !!ivsize + pad_sg_nents(sec4_sg_ents); in skcipher_edesc_alloc()
1671 sec4_sg_ents += pad_sg_nents(mapped_dst_nents + in skcipher_edesc_alloc()
1674 sec4_sg_ents = pad_sg_nents(sec4_sg_ents); in skcipher_edesc_alloc()
1677 sec4_sg_bytes = sec4_sg_ents * sizeo in skcipher_edesc_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg.c1626 int dst_sg_idx, sec4_sg_ents, sec4_sg_bytes; in skcipher_edesc_alloc() local
1669 sec4_sg_ents = 0; // no need for an input hw s/g table in skcipher_edesc_alloc()
1671 sec4_sg_ents = mapped_src_nents + !!ivsize; in skcipher_edesc_alloc()
1672 dst_sg_idx = sec4_sg_ents; in skcipher_edesc_alloc()
1688 sec4_sg_ents = !!ivsize + pad_sg_nents(sec4_sg_ents); in skcipher_edesc_alloc()
1690 sec4_sg_ents += pad_sg_nents(mapped_dst_nents + in skcipher_edesc_alloc()
1693 sec4_sg_ents = pad_sg_nents(sec4_sg_ents); in skcipher_edesc_alloc()
1696 sec4_sg_bytes = sec4_sg_ents * sizeo in skcipher_edesc_alloc()
[all...]

Completed in 6 milliseconds