Home
last modified time | relevance | path

Searched refs:LAC_CIPHER_IS_GCM (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_cipher_defs.h148 (LAC_CIPHER_IS_GCM(algo)) || (LAC_CIPHER_IS_CHACHA(algo)) || \
176 #define LAC_CIPHER_IS_GCM(algo) (algo == CPA_CY_SYM_CIPHER_AES_GCM) macro
192 LAC_CIPHER_IS_GCM(cipher) && \
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_cipher.c89 (LAC_CIPHER_IS_GCM(algorithm) && in LacCipher_PerformIvCheck()
447 LAC_CIPHER_IS_GCM(cipherAlgorithm)) { in LacCipher_GetCipherSliceType()
H A Dlac_sym_alg_chain.c462 if (LAC_CIPHER_IS_GCM(cipher)) { in LacAlgChain_SessionAADUpdate()
623 if (LAC_CIPHER_IS_GCM(cipher)) in LacAlgChain_SessionAuthKeyUpdate()
752 } else if (LAC_CIPHER_IS_GCM(pSessionDesc->cipherAlgorithm)) { in buildCmdData()
1636 if (LAC_CIPHER_IS_GCM(cipher)) in LacAlgChain_Perform()
H A Dlac_sym_dp.c162 (LAC_CIPHER_IS_GCM( in LacDp_EnqueueParamCheck()
630 if (LAC_CIPHER_IS_GCM(cipher)) in LacDp_WriteRingMsgFull()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat.c174 if ((LAC_CIPHER_IS_GCM(cipherAlgorithm)) && in LacSymQat_LaPacketCommandFlagSet()
H A Dlac_sym_qat_cipher.c579 if (LAC_CIPHER_IS_GCM(pSession->cipherAlgorithm)) in LacSymQat_CipherGetCfgData()