OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPTO_set_NEON_functional
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/include/openssl/
cpu.h
131
/*
CRYPTO_set_NEON_functional
sets the "NEON functional" flag. For
136
OPENSSL_EXPORT void
CRYPTO_set_NEON_functional
(char neon_functional);
/external/libchrome/crypto/
openssl_util.cc
57
CRYPTO_set_NEON_functional
(!cpu.has_broken_neon());
/external/boringssl/src/crypto/
cpu-arm.c
58
void
CRYPTO_set_NEON_functional
(char neon_functional) {
Completed in 221 milliseconds