Searched refs:cipher_start (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgbe/crypto/ |
| H A D | t7_kern_tls.c | 1261 u_int cipher_start, cipher_stop, iv_offset; in ktls_write_tls_wr() local 1616 cipher_start = iv_offset + AES_BLOCK_LEN; in ktls_write_tls_wr() 1619 auth_start = cipher_start; in ktls_write_tls_wr() 1633 auth_start = cipher_start; in ktls_write_tls_wr() 1671 cipher_start = AES_BLOCK_LEN + 1; in ktls_write_tls_wr() 1703 cipher_start = aad_stop + 1; in ktls_write_tls_wr() 1708 cipher_start = m_tls->m_epg_hdrlen + 1; in ktls_write_tls_wr() 1712 auth_start = cipher_start; in ktls_write_tls_wr() 1717 auth_start = cipher_start; in ktls_write_tls_wr() 1743 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ktls_write_tls_wr() [all...] |
| H A D | t4_crypto.c | 825 u_int cipher_start, cipher_stop; in ccr_eta() 979 cipher_start = iv_len + crp->crp_aad_length + 1; in ccr_eta() 1021 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_eta() 1025 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_eta() 1127 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_gcm() 1268 cipher_start = iv_len + crp->crp_aad_length + 1; in ccr_gcm() 1317 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_gcm() 1321 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_gcm() 1457 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_ccm() 1615 cipher_start in ccr_ccm() 823 u_int cipher_start, cipher_stop; ccr_eta() local 1125 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; ccr_gcm() local 1455 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; ccr_ccm() local [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()
|