Searched refs:RAND_get0_private (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | RAND_get0_primary.pod | 7 RAND_get0_private 16 EVP_RAND_CTX *RAND_get0_private(OSSL_LIB_CTX *ctx); 38 RAND_get0_private() returns a pointer to the I<private> DRBG instance
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | fake_random.c | 200 || !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()
|
/freebsd/crypto/openssl/test/ |
H A D | drbgtest.c | 72 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 D | rand_test.c | 28 if (!TEST_ptr(privctx = RAND_get0_private(NULL)) in test_rand()
|
H A D | ecdsatest.c | 120 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()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | rand.h | 84 EVP_RAND_CTX *RAND_get0_private(OSSL_LIB_CTX *ctx);
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 340 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
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_gen.c | 375 if (!rsa_validate_rng_strength(RAND_get0_private(rsa->libctx), nbits)) in ossl_rsa_sp800_56b_generate_key()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 112 RAND_get0_primary(), RAND_get0_public() and RAND_get0_private(), respectively.
|
H A D | migration_guide.pod | 979 L<RAND_get0_primary(3)>, L<RAND_get0_private(3)>, L<RAND_get0_public(3)>,
|
/freebsd/crypto/openssl/apps/ |
H A D | list.c | 494 display_random("private", RAND_get0_private(NULL)); in list_random_instances()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5292 RAND_get0_private;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3568 MLINKS+= RAND_get0_primary.3 RAND_get0_private.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5149 RAND_get0_private 5277 3_0_0 EXIST::FUNCTION:
|