Home
last modified time | relevance | path

Searched refs:DEFINE_STATIC_ONCE (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/
Ddelocate.h28 #define DEFINE_STATIC_ONCE(name) DEFINE_BSS_GET(CRYPTO_once_t, name) macro
39 #define DEFINE_STATIC_ONCE(name) \ macro
52 DEFINE_STATIC_ONCE(name##_once) \
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c136 DEFINE_STATIC_ONCE(rand_once) in DEFINE_BSS_GET()