Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DCpuArch.h504 BoolInt CPU_IsSupported_CRYPTO(void);
505 #define CPU_IsSupported_SHA1 CPU_IsSupported_CRYPTO
506 #define CPU_IsSupported_SHA2 CPU_IsSupported_CRYPTO
507 #define CPU_IsSupported_AES CPU_IsSupported_CRYPTO
H A DCpuArch.c703 BoolInt CPU_IsSupported_CRYPTO(void) { return IsProcessorFeaturePresent(PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE) ? 1 : 0; } in CPU_IsSupported_CRYPTO() function

Completed in 4 milliseconds