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
387 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll()839 const RAND_METHOD *RAND_get_rand_method(void) in RAND_get_rand_method() function897 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed()905 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add()918 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_priv_bytes()935 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes()946 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes()956 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;
2235 MLINKS+= RAND_set_rand_method.3 RAND_get_rand_method.3
7943 *) Minor adjustment to "rand" code. RAND_get_rand_method() now returns a