Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-fortuna.c628 const RAND_METHOD hc_rand_fortuna_method = { variable
637 const RAND_METHOD hc_rand_fortuna_method = { variable
650 return &hc_rand_fortuna_method; in RAND_fortuna_method()
H A Drandi.h43 extern const RAND_METHOD hc_rand_fortuna_method;
H A Drand.c71 selected_meth = &hc_rand_fortuna_method; in init_method()