Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c824 u_int cipher_start, cipher_stop; in ccr_eta() local
980 cipher_stop = hash_size_in_response; in ccr_eta()
982 cipher_stop = 0; in ccr_eta()
1021 V_CPL_TX_SEC_PDU_CIPHERSTOP_HI(cipher_stop >> 4)); in ccr_eta()
1025 V_CPL_TX_SEC_PDU_AUTHSTOP(cipher_stop) | in ccr_eta()
1269 cipher_stop = hash_size_in_response; in ccr_gcm()
1271 cipher_stop = 0; in ccr_gcm()
1321 V_CPL_TX_SEC_PDU_AUTHSTOP(cipher_stop) | in ccr_gcm()
1616 cipher_stop = hash_size_in_response; in ccr_ccm()
1618 cipher_stop = 0; in ccr_ccm()
[all …]
H A Dt6_kern_tls.c1329 u_int cipher_start, cipher_stop, iv_offset; in ktls_write_tls_wr() local
1668 cipher_stop = 0; in ktls_write_tls_wr()
1692 cipher_stop = 0; in ktls_write_tls_wr()
1697 cipher_stop = 0; in ktls_write_tls_wr()
1722 V_CPL_TX_SEC_PDU_CIPHERSTOP_HI(cipher_stop >> 4)); in ktls_write_tls_wr()
1724 V_CPL_TX_SEC_PDU_CIPHERSTOP_LO(cipher_stop & 0xf) | in ktls_write_tls_wr()