Searched refs:authcrd (Results 1 – 2 of 2) sorted by relevance
346 struct cryptodesc *crd, *enccrd, *authcrd; in aesni_process() local352 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 …]
237 struct cryptodesc *crd, *authcrd; in blake2_process() local242 authcrd = NULL; in blake2_process()257 if (authcrd != NULL) { in blake2_process()261 authcrd = crd; in blake2_process()