Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c147 unsigned int auth_keylen) in qat_alg_do_precomputes() argument
166 if (auth_keylen > block_size) { in qat_alg_do_precomputes()
168 auth_keylen, ipad); in qat_alg_do_precomputes()
174 memcpy(ipad, auth_key, auth_keylen); in qat_alg_do_precomputes()
175 memcpy(opad, auth_key, auth_keylen); in qat_alg_do_precomputes()