Searched refs:RAND_get_rand_method (Results 1 – 8 of 8) sorted by relevance
5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method15 const RAND_METHOD *RAND_get_rand_method(void);31 RAND_get_rand_method() returns a pointer to the current B<RAND_METHOD>.52 RAND_get_rand_method() and RAND_OpenSSL() return pointers to the respective
385 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll()844 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function902 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed()910 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add()923 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_priv_bytes()938 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes()949 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes()960 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status()
32 const RAND_METHOD *RAND_get_rand_method(void);
73 L<RAND_get_rand_method(3)>,
138 hcrypto/man/man3/RAND_get_rand_method.3
2463 RAND_get_rand_method;
2259 MLINKS+= RAND_set_rand_method.3 RAND_get_rand_method.3
8333 *) Minor adjustment to "rand" code. RAND_get_rand_method() now returns a