Home
last modified time | relevance | path

Searched refs:RAND_get0_private (Results 1 - 12 of 12) sorted by relevance

/third_party/openssl/test/testutil/
H A Dfake_random.c200 || !TEST_true(check_rng(RAND_get0_private(libctx), "private")) in fake_rand_start()
228 fake_rand_set_callback(RAND_get0_private(libctx), cb); in fake_rand_set_public_private_callbacks()
/third_party/openssl/test/
H A Ddrbgtest.c72 return gen_bytes(RAND_get0_private(NULL), buf, num); in rand_priv_bytes()
534 || !TEST_ptr(private = RAND_get0_private(NULL))) in test_rand_fork_safety()
573 || !TEST_ptr(private = RAND_get0_private(NULL))) in test_rand_reseed()
693 || !TEST_ptr(private = RAND_get0_private(NULL)) in run_multi_thread_test()
H A Drand_test.c28 if (!TEST_ptr(privctx = RAND_get0_private(NULL)) in test_rand()
H A Decdsatest.c120 fake_rand_set_callback(RAND_get0_private(NULL), &fbytes); in x9_62_tests()
130 fake_rand_set_callback(RAND_get0_private(NULL), &fbytes); in x9_62_tests()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drand.h84 EVP_RAND_CTX *RAND_get0_private(OSSL_LIB_CTX *ctx);
/third_party/openssl/include/openssl/
H A Drand.h84 EVP_RAND_CTX *RAND_get0_private(OSSL_LIB_CTX *ctx);
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_lib.c340 rand = RAND_get0_private(ctx); in RAND_priv_bytes_ex()
707 EVP_RAND_CTX *RAND_get0_private(OSSL_LIB_CTX *ctx) in RAND_get0_private() function
/third_party/openssl/crypto/rand/
H A Drand_lib.c340 rand = RAND_get0_private(ctx); in RAND_priv_bytes_ex()
707 EVP_RAND_CTX *RAND_get0_private(OSSL_LIB_CTX *ctx) in RAND_get0_private() function
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_sp800_56b_gen.c375 if (!rsa_validate_rng_strength(RAND_get0_private(rsa->libctx), nbits)) in ossl_rsa_sp800_56b_generate_key()
/third_party/openssl/crypto/rsa/
H A Drsa_sp800_56b_gen.c375 if (!rsa_validate_rng_strength(RAND_get0_private(rsa->libctx), nbits)) in ossl_rsa_sp800_56b_generate_key()
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c494 display_random("private", RAND_get0_private(NULL)); in list_random_instances()
/third_party/openssl/apps/
H A Dlist.c494 display_random("private", RAND_get0_private(NULL)); in list_random_instances()

Completed in 15 milliseconds