Searched refs:cipher_start (Results 1 – 2 of 2) sorted by relevance
818 u_int cipher_start, cipher_stop; in ccr_eta() local972 cipher_start = iv_len + crp->crp_aad_length + 1; in ccr_eta()1014 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_eta()1018 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_eta()1120 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_gcm() local1261 cipher_start = iv_len + crp->crp_aad_length + 1; in ccr_gcm()1310 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_gcm()1314 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_gcm()1753 cipher_start = aad_stop + 1; in ccr_ccm()1802 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_ccm()[all …]
1576 u_int cipher_start, cipher_stop, iv_offset; in ktls_write_tls_wr() local1912 cipher_start = AES_BLOCK_LEN + 1; in ktls_write_tls_wr()1935 cipher_start = m_tls->m_epg_hdrlen + 1; in ktls_write_tls_wr()1938 auth_start = cipher_start; in ktls_write_tls_wr()1943 auth_start = cipher_start; in ktls_write_tls_wr()1966 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ktls_write_tls_wr()