Home
last modified time | relevance | path

Searched refs:aad_start (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c821 u_int aad_start, aad_stop; in ccr_eta() local
971 aad_start = iv_len + 1; in ccr_eta()
972 aad_stop = aad_start + crp->crp_aad_length - 1; in ccr_eta()
974 aad_start = 0; in ccr_eta()
1017 V_CPL_TX_SEC_PDU_AADSTART(aad_start) | in ccr_eta()
1125 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_gcm() local
1260 aad_start = iv_len + 1; in ccr_gcm()
1261 aad_stop = aad_start + crp->crp_aad_length - 1; in ccr_gcm()
1263 aad_start = 0; in ccr_gcm()
1313 V_CPL_TX_SEC_PDU_AADSTART(aad_start) | in ccr_gcm()
[all …]
H A Dt6_kern_tls.c1328 u_int aad_start, aad_stop; in ktls_write_tls_wr() local
1662 aad_start = 0; in ktls_write_tls_wr()
1688 aad_start = 1; in ktls_write_tls_wr()
1720 V_CPL_TX_SEC_PDU_AADSTART(aad_start) | in ktls_write_tls_wr()