Home
last modified time | relevance | path

Searched refs:RAND_set_rand_method (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRAND_set_rand_method.pod5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method
13 int RAND_set_rand_method(const RAND_METHOD *meth);
28 RAND_set_rand_method() makes B<meth> the method for PRNG use. If an
51 RAND_set_rand_method() returns 1 on success and 0 on failure.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DRAND_set_rand_method.pod5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method
17 int RAND_set_rand_method(const RAND_METHOD *meth);
37 RAND_set_rand_method() makes B<meth> the method for PRNG use. If an
60 RAND_set_rand_method() returns 1 on success and 0 on failure.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_rand.c118 RAND_set_rand_method(RAND_fortuna_method()); in main()
122 RAND_set_rand_method(RAND_unix_method()); in main()
126 RAND_set_rand_method(RAND_w32crypto_method()); in main()
H A Drand.h56 #define RAND_set_rand_method hc_RAND_set_rand_method macro
91 int RAND_set_rand_method(const RAND_METHOD *);
H A Drand.c195 RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand.h31 int RAND_set_rand_method(const RAND_METHOD *meth);
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/
H A Drand.inc37 RAND_set_rand_method(&fuzz_rand_method);
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsm2_internal_test.c65 if (!TEST_true(RAND_set_rand_method(&fake_rand))) in start_fake_rand()
75 if (!TEST_true(RAND_set_rand_method(saved_rand))) in restore_rand()
H A Decdsatest.c43 if (!TEST_true(RAND_set_rand_method(&fake_rand))) in change_rand()
50 if (!TEST_true(RAND_set_rand_method(old_rand))) in restore_rand()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A DRAND.pod55 L<RAND_set_rand_method(3)>.
74 L<RAND_set_rand_method(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h49 OSSL_DEPRECATEDIN_3_0 int RAND_set_rand_method(const RAND_METHOD *meth);
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_lib.c353 RAND_set_rand_method(NULL); in rand_cleanup_int()
833 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() function
897 RAND_set_rand_method(tmp_meth); in RAND_set_rand_engine()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_lib.c88 RAND_set_rand_method(NULL); in ossl_rand_cleanup_int()
179 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() function
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc256 RAND_set_rand_method.3 \
H A Dcrypto.map2467 RAND_set_rand_method;
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/
H A Dmanpages124 hcrypto/man/man3/RAND_set_rand_method.3
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc469 RAND_set_rand_method.3 \
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info1954 DEPEND[html/man3/RAND_set_rand_method.html]=man3/RAND_set_rand_method.pod
1955 GENERATE[html/man3/RAND_set_rand_method.html]=man3/RAND_set_rand_method.pod
1956 DEPEND[man/man3/RAND_set_rand_method.3]=man3/RAND_set_rand_method.pod
1957 GENERATE[man/man3/RAND_set_rand_method.3]=man3/RAND_set_rand_method.pod
3274 html/man3/RAND_set_rand_method.html \
3882 man/man3/RAND_set_rand_method.3 \
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dmigration_guide.pod2019 RAND_get_rand_method(), RAND_set_rand_method(), RAND_OpenSSL(),
2024 See L<RAND_set_rand_method(3)> for more details.
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num78 RAND_set_rand_method 78 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES11161 RAND_set_rand_method would be impossible.