Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/rand/
Ddrbg_lib.c57 static CRYPTO_THREAD_LOCAL public_drbg; variable
907 if (!CRYPTO_THREAD_init_local(&public_drbg, NULL)) in DEFINE_RUN_ONCE_STATIC()
917 CRYPTO_THREAD_cleanup_local(&public_drbg); in DEFINE_RUN_ONCE_STATIC()
931 CRYPTO_THREAD_cleanup_local(&public_drbg); in rand_drbg_cleanup_int()
939 drbg = CRYPTO_THREAD_get_local(&public_drbg); in drbg_delete_thread_state()
940 CRYPTO_THREAD_set_local(&public_drbg, NULL); in drbg_delete_thread_state()
1105 drbg = CRYPTO_THREAD_get_local(&public_drbg); in RAND_DRBG_get0_public()
1110 CRYPTO_THREAD_set_local(&public_drbg, drbg); in RAND_DRBG_get0_public()