Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.c109 if (iv_length <= sizeof(cipher_param->u.cipher_IV_array)) { in set_cipher_iv()
110 rte_memcpy(cipher_param->u.cipher_IV_array, in set_cipher_iv()
132 rte_memcpy(((uint8_t *)cipher_param->u.cipher_IV_array) + in set_cipher_iv_ccm()
137 *(uint8_t *)&cipher_param->u.cipher_IV_array[0] = in set_cipher_iv_ccm()
H A Dqat_sym_hw_dp.c77 if (iv_len <= sizeof(cipher_param->u.cipher_IV_array)) in set_cipher_iv()
78 rte_memcpy(cipher_param->u.cipher_IV_array, iv_ptr->va, in set_cipher_iv()
130 rte_memcpy(cipher_param->u.cipher_IV_array, iv->va, in enqueue_one_aead_job()
189 rte_memcpy(((uint8_t *)cipher_param->u.cipher_IV_array) in enqueue_one_aead_job()
193 *(uint8_t *)&cipher_param->u.cipher_IV_array[0] = in enqueue_one_aead_job()
431 rte_memcpy(cipher_param->u.cipher_IV_array, auth_iv->va, in enqueue_one_auth_job()
/f-stack/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_fw_la.h286 uint32_t cipher_IV_array[ICP_QAT_FW_NUM_LONGWORDS_4]; member