Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaampkc.c254 int sec4_sg_index, sec4_sg_len = 0, sec4_sg_bytes; in rsa_edesc_alloc() local
304 sec4_sg_index = sec4_sg_len; in rsa_edesc_alloc()
324 if (sec4_sg_index) in rsa_edesc_alloc()
330 edesc->sec4_sg + sec4_sg_index, 0); in rsa_edesc_alloc()
404 int sec4_sg_index = 0; in set_rsa_pub_pdb() local
422 sec4_sg_index += edesc->mapped_src_nents; in set_rsa_pub_pdb()
430 sec4_sg_index * sizeof(struct sec4_sg_entry); in set_rsa_pub_pdb()
449 int sec4_sg_index = 0; in set_rsa_priv_f1_pdb() local
467 sec4_sg_index += edesc->mapped_src_nents; in set_rsa_priv_f1_pdb()
478 sec4_sg_index * sizeo in set_rsa_priv_f1_pdb()
496 int sec4_sg_index = 0; set_rsa_priv_f2_pdb() local
573 int sec4_sg_index = 0; set_rsa_priv_f3_pdb() local
[all...]
H A Dcaamalg.c1066 int len, sec4_sg_index = 0; in init_aead_job() local
1082 sec4_sg_index += edesc->mapped_src_nents; in init_aead_job()
1101 sec4_sg_index * in init_aead_job()
1245 int len, sec4_sg_index = 0; in init_skcipher_job() local
1264 sec4_sg_index = edesc->mapped_src_nents + !!ivsize; in init_skcipher_job()
1278 dst_dma = edesc->sec4_sg_dma + sec4_sg_index * in init_skcipher_job()
1302 int sec4_sg_index, sec4_sg_len, sec4_sg_bytes; in aead_edesc_alloc() local
1402 sec4_sg_index = 0; in aead_edesc_alloc()
1405 edesc->sec4_sg + sec4_sg_index, 0); in aead_edesc_alloc()
1406 sec4_sg_index in aead_edesc_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A 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 * sizeo in set_rsa_priv_f1_pdb()
505 int sec4_sg_index = 0; set_rsa_priv_f2_pdb() local
582 int sec4_sg_index = 0; set_rsa_priv_f3_pdb() local
[all...]
H A Dcaamalg.c1081 int len, sec4_sg_index = 0; in init_aead_job() local
1097 sec4_sg_index += edesc->mapped_src_nents; in init_aead_job()
1116 sec4_sg_index * in init_aead_job()
1261 int len, sec4_sg_index = 0; in init_skcipher_job() local
1280 sec4_sg_index = edesc->mapped_src_nents + !!ivsize; in init_skcipher_job()
1294 dst_dma = edesc->sec4_sg_dma + sec4_sg_index * in init_skcipher_job()
1318 int sec4_sg_index, sec4_sg_len, sec4_sg_bytes; in aead_edesc_alloc() local
1417 sec4_sg_index = 0; in aead_edesc_alloc()
1420 edesc->sec4_sg + sec4_sg_index, 0); in aead_edesc_alloc()
1421 sec4_sg_index in aead_edesc_alloc()
[all...]

Completed in 8 milliseconds