Searched refs:cipher_IV_array (Results 1 – 2 of 2) sorted by relevance
841 memcpy(cipher_param->u.cipher_IV_array, areq->iv, AES_BLOCK_SIZE); in qat_alg_aead_dec()883 memcpy(cipher_param->u.cipher_IV_array, iv, AES_BLOCK_SIZE); in qat_alg_aead_enc()1008 memcpy(cipher_param->u.cipher_IV_array, req->info, AES_BLOCK_SIZE); in qat_alg_ablkcipher_encrypt()1045 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