Searched refs:AES_DECRYPT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/aes/
H A Daes_ecb.c20 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
H A Daes_ige.c52 OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
188 OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Daes.h21 # define AES_DECRYPT 0 macro
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h52 * 3. Added defines for AES_ENCRYPT, AES_DECRYPT, AES_REV_DKS, and ASM_AMD64_C
74 #define AES_DECRYPT /* if support for decryption is needed */ macro
480 #if !defined(AES_DECRYPT)
762 #if defined(ASM_X86_V1C) && defined(AES_DECRYPT) && !defined(ISB_SET)

Completed in 104 milliseconds