Home
last modified time | relevance | path

Searched refs:RAND_get0_public (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_meth.c45 EVP_RAND_CTX *drbg = RAND_get0_public(NULL); in drbg_bytes()
H A Drand_lib.c369 rand = RAND_get0_public(ctx); in RAND_bytes_ex()
674 EVP_RAND_CTX *RAND_get0_public(OSSL_LIB_CTX *ctx) in RAND_get0_public() function
/third_party/openssl/crypto/rand/
H A Drand_meth.c45 EVP_RAND_CTX *drbg = RAND_get0_public(NULL); in drbg_bytes()
H A Drand_lib.c369 rand = RAND_get0_public(ctx); in RAND_bytes_ex()
674 EVP_RAND_CTX *RAND_get0_public(OSSL_LIB_CTX *ctx) in RAND_get0_public() function
/third_party/openssl/test/testutil/
H A Dfake_random.c201 || !TEST_true(check_rng(RAND_get0_public(libctx), "public"))) { in fake_rand_start()
229 fake_rand_set_callback(RAND_get0_public(libctx), cb); in fake_rand_set_public_private_callbacks()
/third_party/openssl/test/
H A Ddrbgtest.c67 return gen_bytes(RAND_get0_public(NULL), buf, num); in rand_bytes()
533 || !TEST_ptr(public = RAND_get0_public(NULL)) in test_rand_fork_safety()
572 || !TEST_ptr(public = RAND_get0_public(NULL)) in test_rand_reseed()
692 if (!TEST_ptr(public = RAND_get0_public(NULL)) in run_multi_thread_test()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drand.h83 EVP_RAND_CTX *RAND_get0_public(OSSL_LIB_CTX *ctx);
/third_party/openssl/include/openssl/
H A Drand.h83 EVP_RAND_CTX *RAND_get0_public(OSSL_LIB_CTX *ctx);
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c493 display_random("public", RAND_get0_public(NULL)); in list_random_instances()
/third_party/openssl/apps/
H A Dlist.c493 display_random("public", RAND_get0_public(NULL)); in list_random_instances()

Completed in 14 milliseconds