Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c67 const uint8_t *authkey,
1676 const uint8_t *authkey, in qat_sym_cd_auth_set() argument
1769 if (qat_sym_do_precomputes(ICP_QAT_HW_AUTH_ALGO_SHA1, authkey, in qat_sym_cd_auth_set()
1855 authkey, authkeylen, cdesc->cd_cur_ptr + state1_size, in qat_sym_cd_auth_set()
1868 if (qat_sym_do_precomputes(cdesc->qat_hash_alg, authkey, in qat_sym_cd_auth_set()
1902 memcpy(cipherconfig->key, authkey, authkeylen); in qat_sym_cd_auth_set()
1920 memcpy(cdesc->cd_cur_ptr + state1_size, authkey, authkeylen); in qat_sym_cd_auth_set()
1926 if (qat_sym_do_precomputes(ICP_QAT_HW_AUTH_ALGO_MD5, authkey, in qat_sym_cd_auth_set()
1961 memcpy(cdesc->cd_cur_ptr + state1_size, authkey, authkeylen); in qat_sym_cd_auth_set()
1976 memcpy(cdesc->cd_cur_ptr + state1_size, authkey, authkeylen); in qat_sym_cd_auth_set()
[all …]