Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaampkc.c224 int sec4_sg_index, sec4_sg_len = 0, sec4_sg_bytes; in rsa_edesc_alloc() local
265 sec4_sg_index = 0; in rsa_edesc_alloc()
268 sec4_sg_index += src_nents; in rsa_edesc_alloc()
272 edesc->sec4_sg + sec4_sg_index, 0); in rsa_edesc_alloc()
309 int sec4_sg_index = 0; in set_rsa_pub_pdb() local
327 sec4_sg_index += edesc->src_nents; in set_rsa_pub_pdb()
335 sec4_sg_index * sizeof(struct sec4_sg_entry); in set_rsa_pub_pdb()
354 int sec4_sg_index = 0; in set_rsa_priv_f1_pdb() local
372 sec4_sg_index += edesc->src_nents; in set_rsa_priv_f1_pdb()
380 sec4_sg_index * sizeof(struct sec4_sg_entry); in set_rsa_priv_f1_pdb()
[all …]
Dcaamalg.c980 int len, sec4_sg_index = 0; in init_aead_job() local
995 sec4_sg_index += edesc->src_nents; in init_aead_job()
1010 sec4_sg_index * in init_aead_job()
1163 int len, sec4_sg_index = 0; in init_ablkcipher_giv_job() local
1182 sec4_sg_index += edesc->src_nents; in init_ablkcipher_giv_job()
1187 dst_dma = edesc->sec4_sg_dma + sec4_sg_index * in init_ablkcipher_giv_job()
1206 int sec4_sg_index, sec4_sg_len, sec4_sg_bytes; in aead_edesc_alloc() local
1288 sec4_sg_index = 0; in aead_edesc_alloc()
1291 edesc->sec4_sg + sec4_sg_index, 0); in aead_edesc_alloc()
1292 sec4_sg_index += mapped_src_nents; in aead_edesc_alloc()
[all …]