Searched refs:auth_keylen (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 1269 uint16_t auth_keylen, in qat_sym_do_precomputes() argument 1288 auth_keylen = ICP_QAT_HW_AES_128_KEY_SZ; in qat_sym_do_precomputes() 1300 rte_memcpy(p_state_buf, auth_key, auth_keylen); in qat_sym_do_precomputes() 1302 if (AES_set_encrypt_key(auth_key, auth_keylen << 3, in qat_sym_do_precomputes() 1347 auth_keylen << 3, in qat_sym_do_precomputes() 1382 if (AES_set_encrypt_key(auth_key, auth_keylen << 3, in qat_sym_do_precomputes() 1401 if (auth_keylen > (unsigned int)block_size) { in qat_sym_do_precomputes() 1402 QAT_LOG(ERR, "invalid keylen %u", auth_keylen); in qat_sym_do_precomputes() 1405 rte_memcpy(ipad, auth_key, auth_keylen); in qat_sym_do_precomputes() 1406 rte_memcpy(opad, auth_key, auth_keylen); in qat_sym_do_precomputes()
|