Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1271 uint16_t *p_state_len, in qat_sym_do_precomputes() argument
1317 *p_state_len = ICP_QAT_HW_AES_XCBC_MAC_STATE2_SZ; in qat_sym_do_precomputes()
1360 *p_state_len = ICP_QAT_HW_AES_XCBC_MAC_STATE2_SZ; in qat_sym_do_precomputes()
1387 *p_state_len = ICP_QAT_HW_GALOIS_H_SZ + in qat_sym_do_precomputes()
1427 *p_state_len = qat_hash_get_state1_size(hash_alg); in qat_sym_do_precomputes()
1428 if (partial_hash_compute(hash_alg, opad, p_state_buf + *p_state_len)) { in qat_sym_do_precomputes()