Home
last modified time | relevance | path

Searched refs:hc_rand_unix_method (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-unix.c164 const RAND_METHOD hc_rand_unix_method = { variable
176 return &hc_rand_unix_method; in RAND_unix_method()
H A Drandi.h44 extern const RAND_METHOD hc_rand_unix_method;
H A Drand.c69 selected_meth = &hc_rand_unix_method; in init_method()
H A Drand-fortuna.c470 if ((*hc_rand_unix_method.bytes)(buf, sizeof(buf)) == 1) { in fortuna_reseed()