Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gens.h550 if (iv_len <= sizeof(cipher_param->u.cipher_IV_array)) in qat_set_cipher_iv()
551 rte_memcpy(cipher_param->u.cipher_IV_array, iv_ptr->va, in qat_set_cipher_iv()
617 rte_memcpy(cipher_param->u.cipher_IV_array, auth_iv->va, in enqueue_one_auth_job_gen1()
738 rte_memcpy(cipher_param->u.cipher_IV_array, iv->va, in enqueue_one_aead_job_gen1()
797 rte_memcpy(((uint8_t *)cipher_param->u.cipher_IV_array) in enqueue_one_aead_job_gen1()
801 *(uint8_t *)&cipher_param->u.cipher_IV_array[0] = in enqueue_one_aead_job_gen1()
/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
387 uint32_t cipher_IV_array[ICP_QAT_FW_NUM_LONGWORDS_4]; member