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

/freebsd-11-stable/sys/crypto/aesni/
H A Daesni.c84 struct cryptodesc *enccrd, struct cryptodesc *authcrd, struct cryptop *crp);
335 struct cryptodesc *crd, *enccrd, *authcrd; local
340 authcrd = NULL;
376 if (authcrd != NULL) {
380 authcrd = crd;
390 if (enccrd == NULL || (needauth && authcrd == NULL)) {
413 error = aesni_cipher_process(ses, enccrd, authcrd, crp);
512 * authcrd contains the associated date.
516 struct cryptodesc *authcrd, struct cryptop *crp)
540 if (authcrd !
515 aesni_cipher_process(struct aesni_session *ses, struct cryptodesc *enccrd, struct cryptodesc *authcrd, struct cryptop *crp) argument
[all...]

Completed in 59 milliseconds