Home
last modified time | relevance | path

Searched refs:RAND_OpenSSL (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/man3/
H A DRAND_set_rand_method.pod5 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 DRAND_get0_primary.pod24 The default RAND API implementation (RAND_OpenSSL()) utilizes three
H A DRAND_add.pod33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed
/openssl/crypto/rand/
H A Drand_meth.c62 RAND_METHOD *RAND_OpenSSL(void) in RAND_OpenSSL() function
H A Drand_lib.c133 int ret = meth == RAND_OpenSSL(); in RAND_poll()
315 if (meth != NULL && meth != RAND_OpenSSL()) in RAND_status()
345 if (meth != NULL && meth != RAND_OpenSSL()) { in RAND_priv_bytes_ex()
374 if (meth != NULL && meth != RAND_OpenSSL()) { in RAND_bytes_ex()
/openssl/include/openssl/
H A Drand.h55 OSSL_DEPRECATEDIN_3_0 RAND_METHOD *RAND_OpenSSL(void);
/openssl/test/
H A Ddrbgtest.c47 if (meth != NULL && meth != RAND_OpenSSL()) { in gen_bytes()
560 if (!TEST_ptr_eq(RAND_get_rand_method(), RAND_OpenSSL())) in test_rand_reseed()
/openssl/crypto/engine/
H A Deng_openssl.c111 || !ENGINE_set_RAND(e, RAND_OpenSSL()) in bind_helper()
/openssl/doc/man7/
H A Dossl-guide-migration.pod2040 RAND_get_rand_method(), RAND_set_rand_method(), RAND_OpenSSL(),
/openssl/util/
H A Dlibcrypto.num170 RAND_OpenSSL 174 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 48 milliseconds