Home
last modified time | relevance | path

Searched refs:cipher_start (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
978 cipher_start = iv_len + crp->crp_aad_length + 1; in ccr_eta()
1020 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_eta()
1024 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_eta()
1126 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_gcm() local
1267 cipher_start = iv_len + crp->crp_aad_length + 1; in ccr_gcm()
1316 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_gcm()
1320 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_gcm()
1614 cipher_start = aad_stop + 1; in ccr_ccm()
1663 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_ccm()
[all …]
H A Dt6_kern_tls.c1329 u_int cipher_start, cipher_stop, iv_offset; in ktls_write_tls_wr() local
1667 cipher_start = AES_BLOCK_LEN + 1; in ktls_write_tls_wr()
1690 cipher_start = m_tls->m_epg_hdrlen + 1; in ktls_write_tls_wr()
1693 auth_start = cipher_start; in ktls_write_tls_wr()
1698 auth_start = cipher_start; in ktls_write_tls_wr()
1721 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ktls_write_tls_wr()