Searched refs:cipher_start (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 823 u_int cipher_start, cipher_stop; in ccr_eta() local 977 cipher_start = iv_len + crp->crp_aad_length + 1; in ccr_eta() 1019 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_eta() 1023 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_eta() 1125 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_gcm() local 1266 cipher_start = iv_len + crp->crp_aad_length + 1; in ccr_gcm() 1315 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_gcm() 1319 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_gcm() 1455 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_ccm() local 1613 cipher_start = aad_stop + 1; in ccr_ccm() [all …]
|
| H A D | t6_kern_tls.c | 1330 u_int cipher_start, cipher_stop, iv_offset; in ktls_write_tls_wr() local 1668 cipher_start = AES_BLOCK_LEN + 1; in ktls_write_tls_wr() 1691 cipher_start = m_tls->m_epg_hdrlen + 1; in ktls_write_tls_wr() 1694 auth_start = cipher_start; in ktls_write_tls_wr() 1699 auth_start = cipher_start; in ktls_write_tls_wr() 1722 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ktls_write_tls_wr()
|