Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.h149 #define SCMD_CIPH_MODE_AES_CCM 7 macro
H A Dt4_crypto.c1677 V_SCMD_CIPH_MODE(SCMD_CIPH_MODE_AES_CCM) | in ccr_ccm()
2216 return (SCMD_CIPH_MODE_AES_CCM); in ccr_cipher_mode()
2375 cipher_mode == SCMD_CIPH_MODE_AES_CCM) in ccr_newsession()
2384 cipher_mode != SCMD_CIPH_MODE_AES_CCM) in ccr_newsession()
2392 cipher_mode == SCMD_CIPH_MODE_AES_CCM) in ccr_newsession()
2442 if (cipher_mode == SCMD_CIPH_MODE_AES_CCM) in ccr_newsession()