Home
last modified time | relevance | path

Searched refs:g_hasCLMUL (Results 1 – 10 of 10) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dcpu.h115 extern CRYPTOPP_DLL bool g_hasCLMUL;
214 return g_hasCLMUL; in HasCLMUL()
H A Dcpu.cpp189 …false, CRYPTOPP_SECTION_INIT g_hasAESNI = false, CRYPTOPP_SECTION_INIT g_hasCLMUL = false, CRYPTOP… variable
239 g_hasCLMUL = g_hasSSE2 && (cpuid1[2] & (1<<1)); in DetectX86Features()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dcpu.h90 extern CRYPTOPP_DLL bool g_hasCLMUL;
216 return g_hasCLMUL; in HasCLMUL()
H A Dcpu.cpp366 bool CRYPTOPP_SECTION_INIT g_hasCLMUL = false; variable
615 g_hasCLMUL = (cpuid1[ECX_REG] & CLMUL_FLAG) != 0; in DetectX86Features()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dcpu.h90 extern CRYPTOPP_DLL bool g_hasCLMUL;
216 return g_hasCLMUL; in HasCLMUL()
H A Dcpu.cpp353 bool CRYPTOPP_SECTION_INIT g_hasCLMUL = false; variable
601 g_hasCLMUL = (cpuid1[ECX_REG] & CLMUL_FLAG) != 0; in DetectX86Features()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dcpu.h90 extern CRYPTOPP_DLL bool g_hasCLMUL;
216 return g_hasCLMUL; in HasCLMUL()
H A Dcpu.cpp353 bool CRYPTOPP_SECTION_INIT g_hasCLMUL = false; variable
601 g_hasCLMUL = (cpuid1[ECX_REG] & CLMUL_FLAG) != 0; in DetectX86Features()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dcpu.h90 extern CRYPTOPP_DLL bool g_hasCLMUL;
216 return g_hasCLMUL; in HasCLMUL()
H A Dcpu.cpp353 bool CRYPTOPP_SECTION_INIT g_hasCLMUL = false; variable
601 g_hasCLMUL = (cpuid1[ECX_REG] & CLMUL_FLAG) != 0; in DetectX86Features()