Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/tlsmgr/
H A Dtlsmgr.c276 static TLS_PRNG_SRC *rand_source_egd; variable
395 else if (rand_source_egd) { in tlsmgr_reseed_event()
396 if (tls_prng_egd_read(rand_source_egd, var_tls_rand_bytes) <= 0) { in tlsmgr_reseed_event()
882 rand_source_egd = tls_prng_egd_open(path, TLS_MGR_TIMEOUT); in tlsmgr_pre_init()
883 if (rand_source_egd == 0) in tlsmgr_pre_init()