Home
last modified time | relevance | path

Searched refs:ivLenInBytes (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_auth_enc.c56 Cpa32U ivLenInBytes) in LacSymAlgChain_CheckCCMData() argument
64 if (ivLenInBytes < LAC_ALG_CHAIN_CCM_N_LEN_IN_BYTES_MIN || in LacSymAlgChain_CheckCCMData()
65 ivLenInBytes > LAC_ALG_CHAIN_CCM_N_LEN_IN_BYTES_MAX) { in LacSymAlgChain_CheckCCMData()
73 q = LAC_ALG_CHAIN_CCM_NQ_CONST - ivLenInBytes; in LacSymAlgChain_CheckCCMData()
103 Cpa32U ivLenInBytes) in LacSymAlgChain_PrepareCCMData() argument
106 ivLenInBytes; /* assumes ivLenInBytes has been param checked */ in LacSymAlgChain_PrepareCCMData()
H A Dlac_sym_cipher.c69 unsigned ivLenInBytes = 0; in LacCipher_PerformIvCheck() local
85 ivLenInBytes = LacSymQat_CipherIvSizeBytesGet(algorithm); in LacCipher_PerformIvCheck()
87 if (pOpData->ivLenInBytes != ivLenInBytes) { in LacCipher_PerformIvCheck()
90 pOpData->ivLenInBytes == in LacCipher_PerformIvCheck()
158 if (pOpData->ivLenInBytes != LAC_CIPHER_KASUMI_F8_IV_LENGTH) { in LacCipher_PerformIvCheck()
167 if (pOpData->ivLenInBytes != ICP_QAT_HW_SNOW_3G_UEA2_IV_SZ) { in LacCipher_PerformIvCheck()
205 if (pOpData->ivLenInBytes != ICP_QAT_HW_ZUC_3G_EEA3_IV_SZ) { in LacCipher_PerformIvCheck()
H A Dlac_sym_dp.c158 Cpa32U ivLenInBytes = LacSymQat_CipherIvSizeBytesGet( in LacDp_EnqueueParamCheck() local
160 if (pRequest->ivLenInBytes != ivLenInBytes) { in LacDp_EnqueueParamCheck()
164 pRequest->ivLenInBytes == in LacDp_EnqueueParamCheck()
180 pRequest->ivLenInBytes) { in LacDp_EnqueueParamCheck()
191 pRequest->ivLenInBytes) { in LacDp_EnqueueParamCheck()
202 pRequest->ivLenInBytes) { in LacDp_EnqueueParamCheck()
217 pRequest->ivLenInBytes)) { in LacDp_EnqueueParamCheck()
263 (LAC_CIPHER_SPC_IV_SIZE == pRequest->ivLenInBytes)) { in LacDp_EnqueueParamCheck()
660 (LAC_CIPHER_SPC_IV_SIZE != pRequest->ivLenInBytes)) { in LacDp_WriteRingMsgFull()
739 pRequest->ivLenInBytes); in LacDp_WriteRingMsgFull()
[all …]
H A Dlac_sym_cb.c202 pCookie->pOpData->ivLenInBytes); in LacSymCb_ProcessCallbackInternal()
448 ->ivLenInBytes); in LacSymCb_PendingReqsDequeue()
H A Dlac_sym_queue.c137 pRequest->pOpData->ivLenInBytes); in LacSymQueue_RequestSend()
H A Dlac_sym_alg_chain.c1607 (isSpCcm || (LAC_CIPHER_SPC_IV_SIZE == pOpData->ivLenInBytes))) { in LacAlgChain_Perform()
1668 (LAC_CIPHER_SPC_IV_SIZE != pOpData->ivLenInBytes)) { in LacAlgChain_Perform()
1704 (LAC_CIPHER_SPC_IV_SIZE != pOpData->ivLenInBytes)) { in LacAlgChain_Perform()
1715 pOpData->ivLenInBytes); in LacAlgChain_Perform()
1722 pOpData->ivLenInBytes); in LacAlgChain_Perform()
1908 pOpData->ivLenInBytes); in LacAlgChain_Perform()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_auth_enc.h62 Cpa32U ivLenInBytes);
84 Cpa32U ivLenInBytes);
H A Dlac_sym_qat.h188 Cpa32U ivLenInBytes);
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat.c134 Cpa32U ivLenInBytes) in LacSymQat_LaPacketCommandFlagSet() argument
175 (LAC_CIPHER_IV_SIZE_GCM_12 == ivLenInBytes)) in LacSymQat_LaPacketCommandFlagSet()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym_dp.h300 Cpa32U ivLenInBytes; member
H A Dcpa_cy_sym.h796 Cpa32U ivLenInBytes; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c415 op_data.ivLenInBytes = ZIO_DATA_IV_LEN; in qat_crypt()
/freebsd/sys/dev/qat/qat/
H A Dqat_ocf.c754 pOpData->ivLenInBytes = csp->csp_ivlen; in qat_ocf_load()