Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_asym.c128 size_t alg_size; in qat_asym_fill_arrays() local
147 &alg_size, &func_id)) { in qat_asym_fill_arrays()
164 cookie->alg_size = alg_size; in qat_asym_fill_arrays()
196 &alg_size, &func_id)) { in qat_asym_fill_arrays()
217 cookie->alg_size = alg_size; in qat_asym_fill_arrays()
313 cookie->alg_size = alg_size; in qat_asym_fill_arrays()
392 cookie->alg_size = alg_size; in qat_asym_fill_arrays()
445 cookie->alg_size = alg_size; in qat_asym_fill_arrays()
540 alg_size = cookie->alg_size; in qat_asym_collect_response()
562 alg_size = cookie->alg_size; in qat_asym_collect_response()
[all …]
H A Dqat_asym.h30 size_t alg_size; member