/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RAND_set_rand_method.pod | 5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method 15 const RAND_METHOD *RAND_get_rand_method(void); 31 RAND_get_rand_method() returns a pointer to the current B<RAND_METHOD>. 52 RAND_get_rand_method() and RAND_OpenSSL() return pointers to the respective
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/ |
H A D | rand_lib.c | 126 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll() 184 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function 249 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed() 266 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add() 287 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes() 300 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status() 313 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function 330 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_priv_bytes_ex() 359 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes_ex()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | RAND_set_rand_method.pod | 5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method 19 const RAND_METHOD *RAND_get_rand_method(void); 40 RAND_get_rand_method() returns a pointer to the current B<RAND_METHOD>. 61 RAND_get_rand_method() and RAND_OpenSSL() return pointers to the respective
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
H A D | rand_lib.c | 389 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll() 848 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function 906 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed() 914 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add() 927 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_priv_bytes() 942 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes() 953 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes() 964 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | rand.h | 57 #define RAND_get_rand_method hc_RAND_get_rand_method macro 93 RAND_get_rand_method(void);
|
H A D | rand.c | 217 RAND_get_rand_method(void) in RAND_get_rand_method() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | rand.h | 32 const RAND_METHOD *RAND_get_rand_method(void);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | rand.h | 50 OSSL_DEPRECATEDIN_3_0 const RAND_METHOD *RAND_get_rand_method(void);
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | drbgtest.c | 51 const RAND_METHOD *meth = RAND_get_rand_method(); in gen_bytes() 566 if (!TEST_ptr_eq(RAND_get_rand_method(), RAND_OpenSSL())) in test_rand_reseed()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sm2_internal_test.c | 53 if (!TEST_ptr(saved_rand = RAND_get_rand_method())) in start_fake_rand()
|
H A D | ecdsatest.c | 36 if (!TEST_ptr(old_rand = RAND_get_rand_method())) in change_rand()
|
H A D | drbgtest.c | 725 if (!TEST_ptr_eq(RAND_get_rand_method(), RAND_OpenSSL())) in test_rand_drbg_reseed()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | RAND.pod | 73 L<RAND_get_rand_method(3)>,
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/ |
H A D | manpages | 119 hcrypto/man/man3/RAND_get_rand_method.3
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 2461 RAND_get_rand_method;
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | migration_guide.pod | 2019 RAND_get_rand_method(), RAND_set_rand_method(), RAND_OpenSSL(),
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 1446 RAND_get_rand_method 1433 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 8487 *) Minor adjustment to "rand" code. RAND_get_rand_method() now returns a
|