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

/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c771 u_int aad_start, aad_len, aad_stop; local
921 aad_start = s->blkcipher.iv_len + 1;
922 aad_stop = aad_start + aad_len - 1;
924 aad_start = 0;
996 V_CPL_TX_SEC_PDU_AADSTART(aad_start) |
1120 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; local
1261 aad_start = iv_len + 1;
1262 aad_stop = aad_start + crda->crd_len - 1;
1264 aad_start = 0;
1339 V_CPL_TX_SEC_PDU_AADSTART(aad_start) |
[all...]

Completed in 106 milliseconds