Searched refs:cipher_param (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c789 struct icp_qat_fw_la_cipher_req_params *cipher_param; local
814 cipher_param = (void *)&qat_req->req.serv_specif_rqpars;
815 cipher_param->cipher_length = cipher_len;
816 cipher_param->cipher_offset = areq->assoclen;
817 memcpy(cipher_param->u.cipher_IV_array, areq->iv, AES_BLOCK_SIZE);
818 auth_param = (void *)((u8 *)cipher_param + sizeof(*cipher_param));
820 auth_param->auth_len = areq->assoclen + cipher_param->cipher_length;
835 struct icp_qat_fw_la_cipher_req_params *cipher_param; local
858 cipher_param
1002 struct icp_qat_fw_la_cipher_req_params *cipher_param; local
1023 struct icp_qat_fw_la_cipher_req_params *cipher_param; local
1090 struct icp_qat_fw_la_cipher_req_params *cipher_param; local
[all...]
/linux-master/include/uapi/linux/
H A Dvirtio_crypto.h251 struct virtio_crypto_cipher_session_para cipher_param; member in struct:virtio_crypto_alg_chain_session_para

Completed in 154 milliseconds