Home
last modified time | relevance | path

Searched refs:V_SCMD_IV_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c729 V_SCMD_IV_SIZE(iv_len / 2) | in ccr_cipher()
1037 V_SCMD_IV_SIZE(iv_len / 2) | in ccr_eta()
1333 V_SCMD_IV_SIZE(iv_len / 2) | in ccr_gcm()
1680 V_SCMD_IV_SIZE(iv_len / 2) | in ccr_ccm()
H A Dt6_kern_tls.c536 V_SCMD_IV_SIZE(explicit_iv_size / 2) | V_SCMD_NUM_IVS(1)); in t6_tls_tag_alloc()
554 V_SCMD_IV_SIZE(AES_BLOCK_LEN / 2) | V_SCMD_NUM_IVS(0); in t6_tls_tag_alloc()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c301 V_SCMD_IV_SIZE(explicit_iv_size / 2)); in tls_alloc_ktls()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h3365 #define V_SCMD_IV_SIZE(x) ((x) << S_SCMD_IV_SIZE) macro