Searched refs:cipher_IV_array (Results 1 – 2 of 2) sorted by relevance
847 memcpy(cipher_param->u.cipher_IV_array, areq->iv, AES_BLOCK_SIZE); in qat_alg_aead_dec()889 memcpy(cipher_param->u.cipher_IV_array, iv, AES_BLOCK_SIZE); in qat_alg_aead_enc()1014 memcpy(cipher_param->u.cipher_IV_array, req->info, AES_BLOCK_SIZE); in qat_alg_ablkcipher_encrypt()1051 memcpy(cipher_param->u.cipher_IV_array, req->info, AES_BLOCK_SIZE); in qat_alg_ablkcipher_decrypt()
321 uint32_t cipher_IV_array[ICP_QAT_FW_NUM_LONGWORDS_4]; member