Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c841 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()
Dicp_qat_fw_la.h321 uint32_t cipher_IV_array[ICP_QAT_FW_NUM_LONGWORDS_4]; member