Home
last modified time | relevance | path

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

/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c311 int encflag; in armv8_crypto_cipher_process() local
315 encflag = CRYPTO_OP_IS_ENCRYPT(crp->crp_op); in armv8_crypto_cipher_process()
354 if (encflag) in armv8_crypto_cipher_process()
362 if (encflag) in armv8_crypto_cipher_process()
372 if (encflag) { in armv8_crypto_cipher_process()
/freebsd/sys/crypto/aesni/
H A Daesni.c622 bool encflag, allocated, authallocated, outallocated, outcopy; in aesni_cipher_crypt() local
679 encflag = CRYPTO_OP_IS_ENCRYPT(crp->crp_op); in aesni_cipher_crypt()
688 if (encflag) in aesni_cipher_crypt()
704 if (encflag) in aesni_cipher_crypt()
714 if (encflag) { in aesni_cipher_crypt()
731 if (encflag) { in aesni_cipher_crypt()