Home
last modified time | relevance | path

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

/openssl/crypto/rand/
H A Drand_meth.c17 EVP_RAND_CTX *drbg = RAND_get0_primary(NULL); in drbg_add()
34 EVP_RAND_CTX *drbg = RAND_get0_primary(NULL); in drbg_status()
H A Drand_lib.c270 drbg = RAND_get0_primary(NULL); in RAND_seed()
286 drbg = RAND_get0_primary(NULL); in RAND_add()
319 if ((rand = RAND_get0_primary(NULL)) == NULL) in RAND_status()
732 EVP_RAND_CTX *RAND_get0_primary(OSSL_LIB_CTX *ctx) in RAND_get0_primary() function
799 primary = RAND_get0_primary(ctx); in RAND_get0_public()
832 primary = RAND_get0_primary(ctx); in RAND_get0_private()
/openssl/doc/man3/
H A DRAND_get0_primary.pod5 RAND_get0_primary,
16 EVP_RAND_CTX *RAND_get0_primary(OSSL_LIB_CTX *ctx);
39 RAND_get0_primary() returns a pointer to the I<primary> DRBG instance
H A DRAND_set_DRBG_type.pod57 L<RAND_get0_primary(3)>
/openssl/include/openssl/
H A Drand.h82 EVP_RAND_CTX *RAND_get0_primary(OSSL_LIB_CTX *ctx);
/openssl/test/
H A Ddrbgtest.c134 EVP_RAND_CTX *primary = RAND_get0_primary(NULL); in using_fips_rng()
526 if (!TEST_ptr(primary = RAND_get0_primary(NULL)) in test_rand_fork_safety()
565 if (!TEST_ptr(primary = RAND_get0_primary(NULL)) in test_rand_reseed()
/openssl/test/testutil/
H A Dfake_random.c199 if (!TEST_true(check_rng(RAND_get0_primary(libctx), "primary")) in fake_rand_start()
/openssl/doc/man7/
H A DRAND.pod70 L<RAND_get0_primary(3)>,
H A DEVP_RAND.pod112 RAND_get0_primary(), RAND_get0_public() and RAND_get0_private(), respectively.
H A Dossl-guide-migration.pod1000 L<RAND_get0_primary(3)>, L<RAND_get0_private(3)>, L<RAND_get0_public(3)>,
/openssl/apps/
H A Dlist.c495 display_random("primary", RAND_get0_primary(NULL)); in list_random_instances()
/openssl/doc/
H A Dbuild.info2034 DEPEND[html/man3/RAND_get0_primary.html]=man3/RAND_get0_primary.pod
2035 GENERATE[html/man3/RAND_get0_primary.html]=man3/RAND_get0_primary.pod
2036 DEPEND[man/man3/RAND_get0_primary.3]=man3/RAND_get0_primary.pod
2037 GENERATE[man/man3/RAND_get0_primary.3]=man3/RAND_get0_primary.pod
3514 html/man3/RAND_get0_primary.html \
4177 man/man3/RAND_get0_primary.3 \
/openssl/util/
H A Dlibcrypto.num5147 RAND_get0_primary 5275 3_0_0 EXIST::FUNCTION:

Completed in 115 milliseconds