Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c818 u_int cipher_start, cipher_stop; in ccr_eta() local
974 cipher_stop = hash_size_in_response; in ccr_eta()
976 cipher_stop = 0; in ccr_eta()
1015 V_CPL_TX_SEC_PDU_CIPHERSTOP_HI(cipher_stop >> 4)); in ccr_eta()
1019 V_CPL_TX_SEC_PDU_AUTHSTOP(cipher_stop) | in ccr_eta()
1263 cipher_stop = hash_size_in_response; in ccr_gcm()
1265 cipher_stop = 0; in ccr_gcm()
1315 V_CPL_TX_SEC_PDU_AUTHSTOP(cipher_stop) | in ccr_gcm()
1755 cipher_stop = hash_size_in_response; in ccr_ccm()
1757 cipher_stop = 0; in ccr_ccm()
[all …]
H A Dt4_kern_tls.c1576 u_int cipher_start, cipher_stop, iv_offset; in ktls_write_tls_wr() local
1913 cipher_stop = 0; in ktls_write_tls_wr()
1937 cipher_stop = 0; in ktls_write_tls_wr()
1942 cipher_stop = 0; in ktls_write_tls_wr()
1967 V_CPL_TX_SEC_PDU_CIPHERSTOP_HI(cipher_stop >> 4)); in ktls_write_tls_wr()
1969 V_CPL_TX_SEC_PDU_CIPHERSTOP_LO(cipher_stop & 0xf) | in ktls_write_tls_wr()