Home
last modified time | relevance | path

Searched refs:SCMD_CIPH_MODE_AES_CCM (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.h149 #define SCMD_CIPH_MODE_AES_CCM 7 macro
HDt4_crypto.c1678 V_SCMD_CIPH_MODE(SCMD_CIPH_MODE_AES_CCM) | in ccr_ccm()
2211 return (SCMD_CIPH_MODE_AES_CCM); in ccr_cipher_mode()
2370 cipher_mode == SCMD_CIPH_MODE_AES_CCM) in ccr_newsession()
2379 cipher_mode != SCMD_CIPH_MODE_AES_CCM) in ccr_newsession()
2387 cipher_mode == SCMD_CIPH_MODE_AES_CCM) in ccr_newsession()
2437 if (cipher_mode == SCMD_CIPH_MODE_AES_CCM) in ccr_newsession()