Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/qat/
H A Dqat_asym.c241 cookie->alg_bytesize = alg_bytesize; in modexp_set_input()
259 uint32_t alg_bytesize = cookie->alg_bytesize; in modexp_collect() local
298 cookie->alg_bytesize = alg_bytesize; in modinv_set_input()
318 uint32_t alg_bytesize = cookie->alg_bytesize; in modinv_collect() local
380 cookie->alg_bytesize = alg_bytesize; in rsa_set_pub_input()
486 cookie->alg_bytesize = alg_bytesize; in rsa_set_priv_input()
515 uint32_t alg_bytesize = cookie->alg_bytesize; in rsa_collect() local
613 cookie->alg_bytesize = alg_bytesize; in ecdsa_set_input()
651 cookie->alg_bytesize = alg_bytesize; in ecdsa_set_input()
681 uint32_t alg_bytesize = cookie->alg_bytesize; in ecdsa_collect() local
[all …]
H A Dqat_asym.h61 size_t alg_bytesize; member