Searched refs:kAES (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/ |
D | cpu-aarch64-linux.c | 35 static const unsigned long kAES = 1 << 3; in OPENSSL_cpuid_setup() local 48 if (hwcap & kAES) { in OPENSSL_cpuid_setup()
|
/external/vixl/test/ |
D | test-api.cc | 364 CPUFeaturesFormatHelper("AES", CPUFeatures(CPUFeatures::kAES)); in TEST() 459 CPUFeatures cpu(CPUFeatures::kCRC32, CPUFeatures::kSHA1, CPUFeatures::kAES); in TEST() 465 CPUFeaturesScope outer(&top_level, CPUFeatures::kSHA2, CPUFeatures::kAES); in TEST() 470 CPUFeatures::kAES)); in TEST() 478 CPUFeatures::kAES)); in TEST() 481 cpu.Remove(CPUFeatures::kSHA2, CPUFeatures::kAES); in TEST() 482 VIXL_CHECK(!cpu.Has(CPUFeatures::kSHA2, CPUFeatures::kAES)); in TEST()
|
/external/vixl/src/ |
D | cpu-features.h | 48 V(kAES, "AES", "aes") \
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 27614 CPUFeatures::kAES, in RunHelperWithFeatureCombinations()
|