Home
last modified time | relevance | path

Searched defs:HWCAP_SHA512 (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/arch/aarch64/bits/
H A Dhwcap.h22 #define HWCAP_SHA512 (1 << 21) macro
/third_party/mbedtls/library/
H A Dsha512.c111 # define HWCAP_SHA512 (1 << 21) macro
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dmod.rs90 pub const HWCAP_SHA512: ::c_ulong = 1 << 21; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs193 pub const HWCAP_SHA512: ::c_ulong = 1 << 21; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dmod.rs554 pub const HWCAP_SHA512: ::c_ulong = 1 << 21; consts

Completed in 11 milliseconds