Home
last modified time | relevance | path

Searched refs:CPA_CY_SYM_CIPHER_ARC4 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_cipher.c173 case CPA_CY_SYM_CIPHER_ARC4: { in LacCipher_PerformIvCheck()
229 case CPA_CY_SYM_CIPHER_ARC4: in LacCipher_SessionSetupDataCheck()
380 case CPA_CY_SYM_CIPHER_ARC4: in LacCipher_PerformParamCheck()
H A Dlac_sym_api.c645 (CPA_CY_SYM_CIPHER_ARC4 == pCipherSetupData->cipherAlgorithm)) { in LacSym_InitSession()
1050 CPA_CY_SYM_CIPHER_ARC4) && in getCtxSize()
H A Dlac_sym_dp.c226 case CPA_CY_SYM_CIPHER_ARC4: in LacDp_EnqueueParamCheck()
777 if (CPA_CY_SYM_CIPHER_ARC4 == pSessionDesc->cipherAlgorithm) { in LacDp_WriteRingMsgFull()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c491 case CPA_CY_SYM_CIPHER_ARC4: in LacSymQat_CipherCtrlBlockWrite()
792 case CPA_CY_SYM_CIPHER_ARC4: in LacSymQat_CipherBlockSizeBytesGet()
847 case CPA_CY_SYM_CIPHER_ARC4: in LacSymQat_CipherIvSizeBytesGet()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_cipher_defs.h136 #define LAC_CIPHER_IS_ARC4(algo) (algo == CPA_CY_SYM_CIPHER_ARC4)
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h160 CPA_CY_SYM_CIPHER_ARC4, enumerator
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_crypto.c1543 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_ARC4); in cpaCySymQueryCapabilities()