Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-timer.c189 const RAND_METHOD hc_rand_timer_method = { variable
198 const RAND_METHOD hc_rand_timer_method = { variable
211 return &hc_rand_timer_method; in RAND_timer_method()
H A Drandi.h45 extern const RAND_METHOD hc_rand_timer_method;
H A Drand-fortuna.c501 if ((*hc_rand_timer_method.bytes)(u.buf, sizeof(u.buf)) == 1) in fortuna_reseed()