Searched refs:rand_source_egd (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c278 static TLS_PRNG_SRC *rand_source_egd; variable
397 else if (rand_source_egd) {
398 if (tls_prng_egd_read(rand_source_egd, var_tls_rand_bytes) <= 0) {
884 rand_source_egd = tls_prng_egd_open(path, TLS_MGR_TIMEOUT);
885 if (rand_source_egd == 0)

Completed in 107 milliseconds