Home
last modified time | relevance | path

Searched refs:RAND_unix_method (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.h64 #define RAND_unix_method hc_RAND_unix_method macro
104 const RAND_METHOD * RAND_unix_method(void);
H A Drand-unix.c174 RAND_unix_method(void) in RAND_unix_method() function
H A Dtest_rand.c122 RAND_set_rand_method(RAND_unix_method()); in main()