Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/caam/
Dcaampkc.c261 int sec4_sg_index, sec4_sg_len = 0, sec4_sg_bytes; in rsa_edesc_alloc() local
311 sec4_sg_index = sec4_sg_len; in rsa_edesc_alloc()
330 if (sec4_sg_index) in rsa_edesc_alloc()
336 edesc->sec4_sg + sec4_sg_index, 0); in rsa_edesc_alloc()
413 int sec4_sg_index = 0; in set_rsa_pub_pdb() local
431 sec4_sg_index += edesc->mapped_src_nents; in set_rsa_pub_pdb()
439 sec4_sg_index * sizeof(struct sec4_sg_entry); in set_rsa_pub_pdb()
458 int sec4_sg_index = 0; in set_rsa_priv_f1_pdb() local
476 sec4_sg_index += edesc->mapped_src_nents; in set_rsa_priv_f1_pdb()
487 sec4_sg_index * sizeof(struct sec4_sg_entry); in set_rsa_priv_f1_pdb()
[all …]
Dcaamalg.c1080 int len, sec4_sg_index = 0; in init_aead_job() local
1096 sec4_sg_index += edesc->mapped_src_nents; in init_aead_job()
1115 sec4_sg_index * in init_aead_job()
1260 int len, sec4_sg_index = 0; in init_skcipher_job() local
1279 sec4_sg_index = edesc->mapped_src_nents + !!ivsize; in init_skcipher_job()
1293 dst_dma = edesc->sec4_sg_dma + sec4_sg_index * in init_skcipher_job()
1317 int sec4_sg_index, sec4_sg_len, sec4_sg_bytes; in aead_edesc_alloc() local
1416 sec4_sg_index = 0; in aead_edesc_alloc()
1419 edesc->sec4_sg + sec4_sg_index, 0); in aead_edesc_alloc()
1420 sec4_sg_index += mapped_src_nents; in aead_edesc_alloc()
[all …]