Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c391 bool outcopy; in armv8_crypto_cipher_process() local
423 outcopy = true; in armv8_crypto_cipher_process()
436 outcopy = false; in armv8_crypto_cipher_process()
439 outcopy = allocated; in armv8_crypto_cipher_process()
505 if (outcopy) in armv8_crypto_cipher_process()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c696 bool encflag, allocated, authallocated, outallocated, outcopy; in aesni_cipher_crypt() local
723 outcopy = true; in aesni_cipher_crypt()
736 outcopy = false; in aesni_cipher_crypt()
739 outcopy = allocated; in aesni_cipher_crypt()
812 if (outcopy && error == 0) in aesni_cipher_crypt()