Home
last modified time | relevance | path

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

/dpdk/drivers/common/cpt/
H A Dcpt_ucode_asym.h234 uint64_t total_key_len; in cpt_modex_prep() local
251 total_key_len = mod_len + exp_len; in cpt_modex_prep()
256 dptr += total_key_len; in cpt_modex_prep()
259 dlen = total_key_len + base_len; in cpt_modex_prep()
305 uint64_t total_key_len; in cpt_rsa_prep() local
314 total_key_len = mod_len + exp_len; in cpt_rsa_prep()
319 dptr += total_key_len; in cpt_rsa_prep()
325 dlen = total_key_len + in_size; in cpt_rsa_prep()
390 uint64_t total_key_len; in cpt_rsa_crt_prep() local
404 dptr += total_key_len; in cpt_rsa_crt_prep()
[all …]
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_ae.h221 uint64_t total_key_len; in cnxk_ae_modex_prep() local
235 total_key_len = mod_len + exp_len; in cnxk_ae_modex_prep()
241 dptr += total_key_len; in cnxk_ae_modex_prep()
244 dlen = total_key_len + base_len; in cnxk_ae_modex_prep()
268 uint64_t total_key_len; in cnxk_ae_rsa_prep() local
275 total_key_len = mod_len + exp_len; in cnxk_ae_rsa_prep()
281 dptr += total_key_len; in cnxk_ae_rsa_prep()
287 dlen = total_key_len + in_size; in cnxk_ae_rsa_prep()
327 uint64_t total_key_len; in cnxk_ae_rsa_crt_prep() local
340 dptr += total_key_len; in cnxk_ae_rsa_crt_prep()
[all …]