Home
last modified time | relevance | path

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

/dpdk/drivers/common/qat/qat_adf/
H A Dqat_pke.h20 get_modexp_function2(uint32_t bytesize) in get_modexp_function2() function
55 return get_modexp_function2(xform->modex.modulus.length); in get_modexp_function()
/dpdk/drivers/crypto/qat/
H A Dqat_asym.c226 qat_function = get_modexp_function2(in_bytesize); in modexp_set_input()