Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/qat/
H A Dqat_asym.c72 #define SET_PKE_LN(where, what, how, idx) \ macro
234 SET_PKE_LN(cookie->input_array, asym_op->modex.base, in modexp_set_input()
363 SET_PKE_LN(cookie->input_array, asym_op->rsa.sign, in rsa_set_pub_input()
375 SET_PKE_LN(cookie->input_array, xform->rsa.e, in rsa_set_pub_input()
377 SET_PKE_LN(cookie->input_array, xform->rsa.n, in rsa_set_pub_input()
410 SET_PKE_LN(cookie->input_array, xform->rsa.qt.p, in rsa_set_priv_input()
412 SET_PKE_LN(cookie->input_array, xform->rsa.qt.q, in rsa_set_priv_input()
414 SET_PKE_LN(cookie->input_array, xform->rsa.qt.dP, in rsa_set_priv_input()
416 SET_PKE_LN(cookie->input_array, xform->rsa.qt.dQ, in rsa_set_priv_input()
441 SET_PKE_LN(cookie->input_array, xform->rsa.d, in rsa_set_priv_input()
[all …]