Searched refs:aad_stop (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c807 u_int aad_start, aad_stop; local
958 aad_stop = aad_start + crp->crp_aad_length - 1;
961 aad_stop = 0;
1004 V_CPL_TX_SEC_PDU_AADSTOP(aad_stop) |
1111 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; local
1266 aad_stop = aad_start + crp->crp_aad_length - 1;
1269 aad_stop = 0;
1320 V_CPL_TX_SEC_PDU_AADSTOP(aad_stop) |
1589 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; local
1741 aad_stop
[all...]
H A Dt4_kern_tls.c1574 u_int aad_start, aad_stop; local
1907 aad_stop = 0;
1933 aad_stop = TLS_HEADER_LENGTH;
1965 V_CPL_TX_SEC_PDU_AADSTOP(aad_stop) |

Completed in 136 milliseconds