Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c388 int encflag; in armv8_crypto_cipher_process() local
394 encflag = CRYPTO_OP_IS_ENCRYPT(crp->crp_op); in armv8_crypto_cipher_process()
463 if (encflag) in armv8_crypto_cipher_process()
471 if (encflag) in armv8_crypto_cipher_process()
481 if (encflag) { 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
743 encflag = CRYPTO_OP_IS_ENCRYPT(crp->crp_op); in aesni_cipher_crypt()
752 if (encflag) in aesni_cipher_crypt()
768 if (encflag) in aesni_cipher_crypt()
778 if (encflag) { in aesni_cipher_crypt()
795 if (encflag) { in aesni_cipher_crypt()