Lines Matching refs:cipher_start
818 u_int cipher_start, cipher_stop; in ccr_eta() local
972 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() local
1261 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()
1595 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_ccm() local
1753 cipher_start = aad_stop + 1; in ccr_ccm()
1802 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_ccm()
1806 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_ccm()