Searched refs:RAND_get_rand_method (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.h57 #define RAND_get_rand_method hc_RAND_get_rand_method macro
93 RAND_get_rand_method(void);
H A Drand.c217 RAND_get_rand_method(void) function
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand.h32 const RAND_METHOD *RAND_get_rand_method(void);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_lib.c126 const RAND_METHOD *meth = RAND_get_rand_method();
184 const RAND_METHOD *RAND_get_rand_method(void) function
249 const RAND_METHOD *meth = RAND_get_rand_method();
266 const RAND_METHOD *meth = RAND_get_rand_method();
287 const RAND_METHOD *meth = RAND_get_rand_method();
300 const RAND_METHOD *meth = RAND_get_rand_method();
313 const RAND_METHOD *RAND_get_rand_method(void) function
330 const RAND_METHOD *meth = RAND_get_rand_method();
359 const RAND_METHOD *meth = RAND_get_rand_method();
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_lib.c389 const RAND_METHOD *meth = RAND_get_rand_method();
848 const RAND_METHOD *RAND_get_rand_method(void) function
906 const RAND_METHOD *meth = RAND_get_rand_method();
914 const RAND_METHOD *meth = RAND_get_rand_method();
927 const RAND_METHOD *meth = RAND_get_rand_method();
942 const RAND_METHOD *meth = RAND_get_rand_method();
953 const RAND_METHOD *meth = RAND_get_rand_method();
964 const RAND_METHOD *meth = RAND_get_rand_method();
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h50 OSSL_DEPRECATEDIN_3_0 const RAND_METHOD *RAND_get_rand_method(void);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Ddrbgtest.c51 const RAND_METHOD *meth = RAND_get_rand_method();
566 if (!TEST_ptr_eq(RAND_get_rand_method(), RAND_OpenSSL()))
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dsm2_internal_test.c53 if (!TEST_ptr(saved_rand = RAND_get_rand_method()))
H A Decdsatest.c36 if (!TEST_ptr(old_rand = RAND_get_rand_method()))
H A Ddrbgtest.c725 if (!TEST_ptr_eq(RAND_get_rand_method(), RAND_OpenSSL()))

Completed in 157 milliseconds