Searched refs:aad_start (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 823 u_int aad_start, aad_stop; in ccr_eta() 973 aad_start = iv_len + 1; in ccr_eta() 974 aad_stop = aad_start + crp->crp_aad_length - 1; in ccr_eta() 976 aad_start = 0; in ccr_eta() 1019 V_CPL_TX_SEC_PDU_AADSTART(aad_start) | in ccr_eta() 1127 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_gcm() 1262 aad_start = iv_len + 1; in ccr_gcm() 1263 aad_stop = aad_start + crp->crp_aad_length - 1; in ccr_gcm() 1265 aad_start = 0; in ccr_gcm() 1315 V_CPL_TX_SEC_PDU_AADSTART(aad_start) | in ccr_gcm() 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 | t7_kern_tls.c | 1259 u_int aad_start, aad_stop; in ktls_write_tls_wr() local 1609 aad_start = 1; in ktls_write_tls_wr() 1612 aad_start = 0; in ktls_write_tls_wr() 1665 aad_start = 0; in ktls_write_tls_wr() 1701 aad_start = 1 + sizeof(uint64_t); in ktls_write_tls_wr() 1705 aad_start = 1; in ktls_write_tls_wr() 1741 V_CPL_TX_SEC_PDU_AADSTART(aad_start) | in ktls_write_tls_wr()
|
| H A D | t6_kern_tls.c | 1328 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()
|