HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO_once_t (Results 1 - 10 of 10) sorted by null

  /external/boringssl/src/crypto/fipsmodule/
delocate.h 28 #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; }
65 // is split into a CRYPTO_once_t-guarded initializer in the module and
  /external/boringssl/src/crypto/
thread_test.cc 40 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;
thread_none.c 39 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) {
thread_win.c 39 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) {
88 static CRYPTO_once_t g_thread_local_init_once = CRYPTO_ONCE_INIT;
crypto.c 131 static CRYPTO_once_t once = CRYPTO_ONCE_INIT;
internal.h 396 typedef uint32_t CRYPTO_once_t;
399 typedef INIT_ONCE CRYPTO_once_t;
402 typedef pthread_once_t CRYPTO_once_t;
409 // concurrent threads call |CRYPTO_once| with the same |CRYPTO_once_t| argument
413 // The |once| argument must be a |CRYPTO_once_t| that has been initialised with
415 OPENSSL_EXPORT void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void));
thread_pthread.c 88 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) {
  /external/boringssl/src/ssl/test/
test_state.cc 24 static CRYPTO_once_t g_once = CRYPTO_ONCE_INIT;
test_config.cc 356 static CRYPTO_once_t once = CRYPTO_ONCE_INIT;
    [all...]
  /external/boringssl/src/ssl/
ssl_test.cc     [all...]

Completed in 694 milliseconds