Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/qat/qat_api/common/crypto/sym/include/
HDlac_sym_cipher_defs.h142 #define LAC_CIPHER_IS_NULL(algo) (algo == CPA_CY_SYM_CIPHER_NULL)
156 (algo == CPA_CY_SYM_CIPHER_NULL) || \
/freebsd-head/sys/dev/qat/qat_api/common/crypto/sym/qat/
HDlac_sym_qat_cipher.c492 case CPA_CY_SYM_CIPHER_NULL: in LacSymQat_CipherCtrlBlockWrite()
825 case CPA_CY_SYM_CIPHER_NULL: in LacSymQat_CipherBlockSizeBytesGet()
866 case CPA_CY_SYM_CIPHER_NULL: in LacSymQat_CipherIvSizeBytesGet()
/freebsd-head/sys/dev/qat/qat_api/include/lac/
HDcpa_cy_sym.h158 CPA_CY_SYM_CIPHER_NULL = 1, enumerator
/freebsd-head/sys/dev/qat/qat_api/common/crypto/sym/
HDlac_sym_api.c63 ((CPA_CY_SYM_CIPHER_NULL == cipherAlgorithm || \
67 ((CPA_CY_SYM_CIPHER_NULL == cipherAlgorithm || \
/freebsd-head/sys/dev/qat/qat_api/common/ctrl/
HDsal_crypto.c1535 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_NULL); in cpaCySymQueryCapabilities()