Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/qat/
H A Dqat_asym.c208 uint32_t alg_bytesize, func_id, in_bytesize; in modexp_set_input() local
259 uint32_t alg_bytesize = cookie->alg_bytesize; in modexp_collect() local
277 uint32_t alg_bytesize, func_id; in modinv_set_input() local
318 uint32_t alg_bytesize = cookie->alg_bytesize; in modinv_collect() local
336 uint32_t alg_bytesize, func_id; in rsa_set_pub_input() local
396 uint32_t alg_bytesize, func_id; in rsa_set_priv_input() local
515 uint32_t alg_bytesize = cookie->alg_bytesize; in rsa_collect() local
583 uint32_t alg_bytesize, qat_alg_bytesize, func_id; in ecdsa_set_input() local
681 uint32_t alg_bytesize = cookie->alg_bytesize; in ecdsa_collect() local
709 uint32_t alg_bytesize, __rte_unused qat_alg_bytesize, func_id; in ecpm_set_input() local
[all …]
H A Dqat_asym.h61 size_t alg_bytesize; member