Home
last modified time | relevance | path

Searched refs:g_Aes_SupportedFunctions_Flags (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Crypto/
H A DMyAes.cpp175 if (algo == 2) if (g_Aes_SupportedFunctions_Flags & k_Aes_SupportedFunctions_HW) \
180 if (algo == 3) if (g_Aes_SupportedFunctions_Flags & k_Aes_SupportedFunctions_HW_256) \
/third_party/lzma/C/
H A DAes.h40 extern UInt32 g_Aes_SupportedFunctions_Flags;
H A DAes.c13 UInt32 g_Aes_SupportedFunctions_Flags; variable
156 g_Aes_SupportedFunctions_Flags = flags; in AesGenTables()

Completed in 3 milliseconds