HomeSort by relevance Sort by last modified time
    Searched defs:CRYPTO_is_NEON_functional (Results 1 - 2 of 2) 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) {

Completed in 73 milliseconds