Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c156 unsigned int auth_keylen) in qat_alg_do_precomputes() argument
175 if (auth_keylen > block_size) { in qat_alg_do_precomputes()
177 auth_keylen, ipad); in qat_alg_do_precomputes()
183 memcpy(ipad, auth_key, auth_keylen); in qat_alg_do_precomputes()
184 memcpy(opad, auth_key, auth_keylen); in qat_alg_do_precomputes()