Home
last modified time | relevance | path

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

/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c310 int authallocated; in armv8_crypto_cipher_process() local
317 authallocated = 0; in armv8_crypto_cipher_process()
325 crp->crp_aad_length, &authallocated); in armv8_crypto_cipher_process()
391 if (authallocated) in armv8_crypto_cipher_process()
/freebsd/sys/crypto/aesni/
H A Daesni.c622 bool encflag, allocated, authallocated, outallocated, outcopy; in aesni_cipher_crypt() local
635 authallocated = false; in aesni_cipher_crypt()
645 crp->crp_aad_length, &authallocated); in aesni_cipher_crypt()
761 if (authallocated) in aesni_cipher_crypt()