Searched refs:aad_stop (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgbe/crypto/ |
| H A D | t7_kern_tls.c | 1259 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 D | t4_crypto.c | 823 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 D | t6_kern_tls.c | 1328 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()
|