Home
last modified time | relevance | path

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

/freebsd/sys/crypto/aesni/
H A Daesni.c622 bool encflag, allocated, authallocated, outallocated, outcopy; in aesni_cipher_crypt() local
657 outcopy = true; in aesni_cipher_crypt()
670 outcopy = false; in aesni_cipher_crypt()
673 outcopy = allocated; in aesni_cipher_crypt()
753 if (outcopy && error == 0) in aesni_cipher_crypt()