Home
last modified time | relevance | path

Searched refs:authcrd (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/crypto/aesni/
H A Daesni.c346 struct cryptodesc *crd, *enccrd, *authcrd; in aesni_process() local
352 authcrd = NULL; in aesni_process()
391 if (authcrd != NULL) { in aesni_process()
395 authcrd = crd; in aesni_process()
404 if ((enccrd == NULL && authcrd == NULL) || in aesni_process()
405 (needauth && authcrd == NULL)) { in aesni_process()
696 if (enccrd != NULL && authcrd != NULL) { in aesni_cipher_process()
712 error = aesni_cipher_mac(ses, authcrd, crp); in aesni_cipher_process()
831 if (authcrd != NULL) in aesni_cipher_crypt()
851 if (authcrd != NULL) in aesni_cipher_crypt()
[all …]
/freebsd-12.1/sys/crypto/blake2/
H A Dblake2_cryptodev.c237 struct cryptodesc *crd, *authcrd; in blake2_process() local
242 authcrd = NULL; in blake2_process()
257 if (authcrd != NULL) { in blake2_process()
261 authcrd = crd; in blake2_process()