Searched refs:RAND_OpenSSL (Results 1 – 20 of 20) sorted by relevance
/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 11 RAND_METHOD *RAND_OpenSSL(void); 22 RAND_OpenSSL() returns the default B<RAND_METHOD> implementation by OpenSSL. 26 be used instead of the method returned by RAND_OpenSSL(). 52 RAND_get_rand_method() and RAND_OpenSSL() return pointers to the respective
|
H A D | RAND_DRBG_get0_master.pod | 21 The default RAND API implementation (RAND_OpenSSL()) utilizes three
|
H A D | RAND_add.pod | 33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed
|
/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 15 RAND_METHOD *RAND_OpenSSL(void); 30 RAND_OpenSSL() returns the default B<RAND_METHOD> implementation by OpenSSL. 34 be used instead of the method returned by RAND_OpenSSL(). This is deprecated 61 RAND_get_rand_method() and RAND_OpenSSL() return pointers to the respective
|
H A D | RAND_get0_primary.pod | 20 The default RAND API implementation (RAND_OpenSSL()) utilizes three
|
H A D | RAND_add.pod | 33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/ |
H A D | rand_lib.c | 127 int ret = meth == RAND_OpenSSL(); in RAND_poll() 302 if (meth != NULL && meth != RAND_OpenSSL()) in RAND_status() 332 if (meth != NULL && meth != RAND_OpenSSL()) { in RAND_priv_bytes_ex() 361 if (meth != NULL && meth != RAND_OpenSSL()) { in RAND_bytes_ex()
|
H A D | rand_meth.c | 62 RAND_METHOD *RAND_OpenSSL(void) in RAND_OpenSSL() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | rand.h | 37 RAND_METHOD *RAND_OpenSSL(void);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | rand.h | 55 OSSL_DEPRECATEDIN_3_0 RAND_METHOD *RAND_OpenSSL(void);
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | drbgtest.c | 53 if (meth != NULL && meth != RAND_OpenSSL()) { 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/crypto/rand/ |
H A D | rand_lib.c | 394 if (meth == RAND_OpenSSL()) { in RAND_poll() 930 if (meth != NULL && meth != RAND_OpenSSL()) in RAND_priv_bytes()
|
H A D | drbg_lib.c | 1145 RAND_METHOD *RAND_OpenSSL(void) in RAND_OpenSSL() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | RAND.pod | 75 L<RAND_OpenSSL(3)>,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_openssl.c | 104 || !ENGINE_set_RAND(e, RAND_OpenSSL()) in bind_helper()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/ |
H A D | eng_openssl.c | 111 || !ENGINE_set_RAND(e, RAND_OpenSSL()) in bind_helper()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
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/lib/libcrypto/ |
H A D | crypto.map | 2457 RAND_OpenSSL;
|
/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 | 172 RAND_OpenSSL 174 1_1_0 EXIST::FUNCTION:
|