Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDRAND_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
HDrand.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)>,
/NextBSD/crypto/openssl/crypto/
HDo_fips.c86 RAND_set_rand_method(FIPS_rand_get_method()); in FIPS_mode_set()
88 RAND_set_rand_method(NULL); in FIPS_mode_set()
/NextBSD/crypto/openssl/crypto/rand/
HDrand_lib.c80 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() function
127 RAND_set_rand_method(tmp_meth); in RAND_set_rand_engine()
138 RAND_set_rand_method(NULL); in RAND_cleanup()
HDrand.h94 int RAND_set_rand_method(const RAND_METHOD *meth);
/NextBSD/crypto/openssl/crypto/ecdsa/
HDecdsatest.c127 if (!RAND_set_rand_method(&fake_rand)) in change_rand()
134 if (!RAND_set_rand_method(old_rand)) in restore_rand()
/NextBSD/crypto/openssl/crypto/engine/
HDeng_lib.c213 RAND_set_rand_method(NULL); in ENGINE_cleanup()
/NextBSD/crypto/heimdal/doc/doxyout/hcrypto/
HDmanpages143 hcrypto/man/man3/RAND_set_rand_method.3
/NextBSD/secure/lib/libcrypto/
HDMakefile.man145 MAN+= RAND_set_rand_method.3
809 MLINKS+= RAND_set_rand_method.3 RAND_get_rand_method.3
810 MLINKS+= RAND_set_rand_method.3 RAND_SSLeay.3
/NextBSD/crypto/openssl/util/
HDlibeay.num1086 RAND_set_rand_method 1114 EXIST::FUNCTION:
/NextBSD/crypto/openssl/
HDCHANGES8195 RAND_set_rand_method would be impossible.