Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode_asym.h43 cpt_modex_param_normalize(&exp, &exp_len); in cpt_fill_modex_params()
48 if (unlikely(exp_len > mod_len)) { in cpt_fill_modex_params()
67 ctx->exponent.length = exp_len; in cpt_fill_modex_params()
80 size_t exp_len = xfrm_rsa->e.length; in cpt_fill_rsa_params() local
123 rsa->e.length = exp_len; in cpt_fill_rsa_params()
253 total_key_len = mod_len + exp_len; in cpt_modex_prep()
272 vq_cmd_w0.s.param2 = exp_len; in cpt_modex_prep()
304 uint32_t exp_len = rsa->e.length; in cpt_rsa_prep() local
316 total_key_len = mod_len + exp_len; in cpt_rsa_prep()
335 vq_cmd_w0.s.param2 = exp_len; in cpt_rsa_prep()
[all …]