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

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Daes.h63 #define AES_DECRYPT 0 macro
116 // AES_ecb_encrypt encrypts (or decrypts, if |enc| == |AES_DECRYPT|) a single,
121 // AES_cbc_encrypt encrypts (or decrypts, if |enc| == |AES_DECRYPT|) |len|
134 // AES_cfb128_encrypt encrypts (or decrypts, if |enc| == |AES_DECRYPT|) |len|
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
H A Dmode_wrappers.c67 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));

Completed in 84 milliseconds