Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_cipher.c84 case CPA_CY_SYM_CIPHER_AES_XTS: { in LacCipher_PerformIvCheck()
246 case CPA_CY_SYM_CIPHER_AES_XTS: in LacCipher_SessionSetupDataCheck()
397 case CPA_CY_SYM_CIPHER_AES_XTS: in LacCipher_PerformParamCheck()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_cipher_defs.h116 (algo == CPA_CY_SYM_CIPHER_AES_XTS))
182 #define LAC_CIPHER_IS_XTS_MODE(algo) (algo == CPA_CY_SYM_CIPHER_AES_XTS)
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c741 case CPA_CY_SYM_CIPHER_AES_XTS: { in LacSymQat_CipherHwBlockPopulateKeySetup()
801 case CPA_CY_SYM_CIPHER_AES_XTS: in LacSymQat_CipherBlockSizeBytesGet()
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h196 CPA_CY_SYM_CIPHER_AES_XTS, enumerator
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_crypto.c1541 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_AES_XTS); in cpaCySymQueryCapabilities()