Home
last modified time | relevance | path

Searched refs:SCMD_CIPH_MODE_NOP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.h143 #define SCMD_CIPH_MODE_NOP 0 macro
H A Dt4_crypto.c563 V_SCMD_CIPH_MODE(SCMD_CIPH_MODE_NOP) | in ccr_hash()
2218 return (SCMD_CIPH_MODE_NOP); in ccr_cipher_mode()
2258 if (cipher_mode == SCMD_CIPH_MODE_NOP) in ccr_probesession()
2373 if (cipher_mode == SCMD_CIPH_MODE_NOP || in ccr_newsession()
2390 if (cipher_mode == SCMD_CIPH_MODE_NOP || in ccr_newsession()
2489 if (cipher_mode != SCMD_CIPH_MODE_NOP) { in ccr_newsession()
H A Dt4_keyctx.c455 return (SCMD_CIPH_MODE_NOP); in t4_tls_cipher_mode()