OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:neon_capable
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/include/openssl/
cpu.h
124
OPENSSL_EXPORT void CRYPTO_set_NEON_capable(char
neon_capable
);
/external/boringssl/src/crypto/
cpu-arm.c
43
void CRYPTO_set_NEON_capable(char
neon_capable
) {
46
if (
neon_capable
) {
/external/boringssl/src/crypto/modes/
gcm.c
370
static int
neon_capable
(void) {
function
380
static int
neon_capable
(void) {
function
477
} else if (
neon_capable
()) {
Completed in 203 milliseconds