Searched refs:DEFINE_BSS_GET (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ |
D | delocate.h | 24 #define DEFINE_BSS_GET(type, name) \ macro 28 #define DEFINE_STATIC_ONCE(name) DEFINE_BSS_GET(CRYPTO_once_t, name) 31 DEFINE_BSS_GET(struct CRYPTO_STATIC_MUTEX, name) 34 DEFINE_BSS_GET(CRYPTO_EX_DATA_CLASS, name) 36 #define DEFINE_BSS_GET(type, name) \ macro 51 DEFINE_BSS_GET(type, name##_storage) \
|
/external/boringssl/src/crypto/fipsmodule/rand/ |
D | urandom.c | 131 DEFINE_BSS_GET(int, urandom_fd_requested) in DEFINE_BSS_GET() function 134 DEFINE_BSS_GET(int, urandom_fd) in DEFINE_BSS_GET()
|
D | rand.c | 81 DEFINE_BSS_GET(struct rand_thread_state *, thread_states_list);
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec.c | 502 DEFINE_BSS_GET(struct built_in_groups_st, built_in_groups) in DEFINE_BSS_GET() function
|