OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPTO_is_NEON_functional
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/include/openssl/
cpu.h
123
* argument also causes |
CRYPTO_is_NEON_functional
| to return false. */
126
/*
CRYPTO_is_NEON_functional
returns true if the current CPU has a /working/
129
OPENSSL_EXPORT char
CRYPTO_is_NEON_functional
(void);
132
* |
CRYPTO_is_NEON_functional
| to return true, both this flag and the NEON flag
156
static inline int
CRYPTO_is_NEON_functional
(void) {
/external/boringssl/src/crypto/
cpu-arm.c
53
char
CRYPTO_is_NEON_functional
(void) {
/external/boringssl/src/crypto/poly1305/
poly1305.c
173
if (
CRYPTO_is_NEON_functional
()) {
220
if (
CRYPTO_is_NEON_functional
()) {
266
if (
CRYPTO_is_NEON_functional
()) {
Completed in 494 milliseconds