Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DRAND_set_rand_method.pod5 RAND_set_rand_method, RAND_get_rand_method, RAND_SSLeay - select RAND method
11 void RAND_set_rand_method(const RAND_METHOD *meth);
55 RAND_set_rand_method() returns no value. RAND_get_rand_method() and
64 RAND_set_rand_method()). For this reason, the ENGINE API is the recommended way
74 RAND_set_rand_method(), RAND_get_rand_method() and RAND_SSLeay() are
77 In the engine version of version 0.9.6, RAND_set_rand_method() was altered to
H A Drand.pod26 void RAND_set_rand_method(const RAND_METHOD *meth);
40 B<RAND_METHOD>, as set by RAND_set_rand_method() and returned by
172 L<RAND_set_rand_method(3)|RAND_set_rand_method(3)>,
/onnv-gate/usr/src/common/openssl/crypto/rand/
H A Drand_lib.c73 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() function
126 RAND_set_rand_method(tmp_meth); in RAND_set_rand_engine()
137 RAND_set_rand_method(NULL); in RAND_cleanup()
H A Drand.h95 int RAND_set_rand_method(const RAND_METHOD *meth);
/onnv-gate/usr/src/common/openssl/crypto/ecdsa/
H A Decdsatest.c127 if (!RAND_set_rand_method(&fake_rand)) in change_rand()
134 if (!RAND_set_rand_method(old_rand)) in restore_rand()
/onnv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_lib.c196 RAND_set_rand_method(NULL); in ENGINE_cleanup()
/onnv-gate/usr/src/common/openssl/
H A DCHANGES4827 RAND_set_rand_method would be impossible.