Home
last modified time | relevance | path

Searched refs:LAC_CIPHER_IS_ARC4 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_queue.c130 if (LAC_CIPHER_IS_ARC4(pSessionDesc->cipherAlgorithm)) { in LacSymQueue_RequestSend()
H A Dlac_sym_cb.c439 if (LAC_CIPHER_IS_ARC4(pSessionDesc->cipherAlgorithm)) { in LacSymCb_PendingReqsDequeue()
H A Dlac_sym_alg_chain.c488 if (LAC_CIPHER_IS_ARC4(pSessionDesc->cipherAlgorithm)) { in LacAlgChain_SessionCipherKeyUpdate()
1056 if (LAC_CIPHER_IS_ARC4(pSessionDesc->cipherAlgorithm)) { in LacAlgChain_SessionInit()
/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) macro
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c655 if (!(LAC_CIPHER_IS_ARC4(pCipherSetupData->cipherAlgorithm) || in LacSymQat_CipherHwBlockPopulateKeySetup()