Home
last modified time | relevance | path

Searched refs:CRYPTO_once_t (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/
Ddelocate.h28 #define DEFINE_STATIC_ONCE(name) DEFINE_BSS_GET(CRYPTO_once_t, name)
40 static CRYPTO_once_t name = CRYPTO_ONCE_INIT; \
41 static CRYPTO_once_t *name##_bss_get(void) { return &name; }
DFIPS.md85 …ern to instead to reserve space in the BSS for the object, and add a `CRYPTO_once_t` to protect it…
/external/boringssl/src/crypto/
Dthread_test.cc40 static CRYPTO_once_t g_test_once = CRYPTO_ONCE_INIT;
56 static CRYPTO_once_t once_init_value = CRYPTO_ONCE_INIT;
57 static CRYPTO_once_t once_bss;
Dinternal.h396 typedef uint32_t CRYPTO_once_t; in OPENSSL_MSVC_PRAGMA() typedef
399 typedef INIT_ONCE CRYPTO_once_t; in OPENSSL_MSVC_PRAGMA() typedef
402 typedef pthread_once_t CRYPTO_once_t; in OPENSSL_MSVC_PRAGMA() typedef
415 OPENSSL_EXPORT void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)); in OPENSSL_MSVC_PRAGMA()
Dthread_win.c39 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
88 static CRYPTO_once_t g_thread_local_init_once = CRYPTO_ONCE_INIT;
Dthread_none.c39 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
Dcrypto.c131 static CRYPTO_once_t once = CRYPTO_ONCE_INIT;
Dthread_pthread.c88 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
/external/boringssl/src/ssl/test/
Dtest_state.cc24 static CRYPTO_once_t g_once = CRYPTO_ONCE_INIT;
Dtest_config.cc356 static CRYPTO_once_t once = CRYPTO_ONCE_INIT;
/external/boringssl/src/ssl/
Dssl_test.cc3347 static CRYPTO_once_t g_ssl_test_ticket_aead_ex_index_once = CRYPTO_ONCE_INIT;