Home
last modified time | relevance | path

Searched refs:aad_stop (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/crypto/
H A Dt7_kern_tls.c1259 u_int aad_start, aad_stop; in ktls_write_tls_wr() local
1610 aad_stop = ktls_gcm_aad_len(tlsp); in ktls_write_tls_wr()
1613 aad_stop = 0; in ktls_write_tls_wr()
1615 iv_offset = aad_stop + 1; in ktls_write_tls_wr()
1638 sec_pdu->pldlen = htobe32(aad_stop + AES_BLOCK_LEN + plen + in ktls_write_tls_wr()
1666 aad_stop = 0; in ktls_write_tls_wr()
1702 aad_stop = sizeof(uint64_t) + TLS_HEADER_LENGTH; in ktls_write_tls_wr()
1703 cipher_start = aad_stop + 1; in ktls_write_tls_wr()
1706 aad_stop = TLS_HEADER_LENGTH; in ktls_write_tls_wr()
1742 V_CPL_TX_SEC_PDU_AADSTOP(aad_stop) | in ktls_write_tls_wr()
[all...]
H A Dt4_crypto.c823 u_int aad_start, aad_stop; in ccr_eta()
974 aad_stop = aad_start + crp->crp_aad_length - 1; in ccr_eta()
977 aad_stop = 0; in ccr_eta()
1020 V_CPL_TX_SEC_PDU_AADSTOP(aad_stop) | in ccr_eta()
1127 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_gcm()
1263 aad_stop = aad_start + crp->crp_aad_length - 1; in ccr_gcm()
1266 aad_stop = 0; in ccr_gcm()
1316 V_CPL_TX_SEC_PDU_AADSTOP(aad_stop) | in ccr_gcm()
1457 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_ccm()
1614 aad_stop in ccr_ccm()
821 u_int aad_start, aad_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 Dt6_kern_tls.c1328 u_int aad_start, aad_stop; in ktls_write_tls_wr() local
1663 aad_stop = 0; in ktls_write_tls_wr()
1689 aad_stop = TLS_HEADER_LENGTH; in ktls_write_tls_wr()
1721 V_CPL_TX_SEC_PDU_AADSTOP(aad_stop) | in ktls_write_tls_wr()