Home
last modified time | relevance | path

Searched refs:sec4_sg_index (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/caam/
H A Dcaamalg.c1148 int len, sec4_sg_index = 0; in init_aead_job() local
1164 sec4_sg_index += edesc->mapped_src_nents; in init_aead_job()
1183 sec4_sg_index * in init_aead_job()
1330 int len, sec4_sg_index = 0; in init_skcipher_job() local
1344 sec4_sg_index = edesc->mapped_src_nents + !!ivsize; in init_skcipher_job()
1356 dst_dma = edesc->sec4_sg_dma + sec4_sg_index * in init_skcipher_job()
1398 int sec4_sg_index, sec4_sg_len, sec4_sg_bytes; in aead_edesc_alloc() local
1497 sec4_sg_index = 0; in aead_edesc_alloc()
1500 edesc->sec4_sg + sec4_sg_index, 0); in aead_edesc_alloc()
1501 sec4_sg_index += mapped_src_nents; in aead_edesc_alloc()
[all …]