Lines Matching refs:cipher_start
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()
1662 V_CPL_TX_SEC_PDU_CIPHERSTART(cipher_start) | in ccr_ccm()
1666 V_CPL_TX_SEC_PDU_AUTHSTART(cipher_start) | in ccr_ccm()