Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.h65 #define RAND_w32crypto_method hc_RAND_w32crypto_method macro
105 const RAND_METHOD * RAND_w32crypto_method(void);
H A Drand-w32.c149 RAND_w32crypto_method(void) in RAND_w32crypto_method() function
H A Dtest_rand.c126 RAND_set_rand_method(RAND_w32crypto_method()); in main()