Searched refs:RAND_get0_public (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | RAND_get0_primary.pod | 6 RAND_get0_public, 17 EVP_RAND_CTX *RAND_get0_public(OSSL_LIB_CTX *ctx); 42 RAND_get0_public() returns a pointer to the I<public> DRBG instance
|
/openssl/test/testutil/ |
H A D | fake_random.c | 201 || !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()
|
/openssl/crypto/rand/ |
H A D | rand_meth.c | 45 EVP_RAND_CTX *drbg = RAND_get0_public(NULL); in drbg_bytes()
|
H A D | rand_lib.c | 382 rand = RAND_get0_public(ctx); in RAND_bytes_ex() 806 EVP_RAND_CTX *RAND_get0_public(OSSL_LIB_CTX *ctx) in RAND_get0_public() function
|
/openssl/test/ |
H A D | drbgtest.c | 61 return gen_bytes(RAND_get0_public(NULL), buf, num); in rand_bytes() 527 || !TEST_ptr(public = RAND_get0_public(NULL)) in test_rand_fork_safety() 566 || !TEST_ptr(public = RAND_get0_public(NULL)) in test_rand_reseed() 686 if (!TEST_ptr(public = RAND_get0_public(NULL)) in run_multi_thread_test()
|
/openssl/include/openssl/ |
H A D | rand.h | 83 EVP_RAND_CTX *RAND_get0_public(OSSL_LIB_CTX *ctx);
|
/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 112 RAND_get0_primary(), RAND_get0_public() and RAND_get0_private(), respectively.
|
H A D | ossl-guide-migration.pod | 1000 L<RAND_get0_primary(3)>, L<RAND_get0_private(3)>, L<RAND_get0_public(3)>,
|
/openssl/apps/ |
H A D | list.c | 496 display_random("public", RAND_get0_public(NULL)); in list_random_instances()
|
/openssl/util/ |
H A D | libcrypto.num | 5148 RAND_get0_public 5276 3_0_0 EXIST::FUNCTION:
|
Completed in 62 milliseconds