Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/tlsmgr/
H A Dtlsmgr.c277 static TLS_PRNG_SRC *rand_source_file; variable
407 else if (rand_source_file) { in tlsmgr_reseed_event()
408 if (tls_prng_file_read(rand_source_file, var_tls_rand_bytes) <= 0) in tlsmgr_reseed_event()
411 tls_prng_file_close(rand_source_file); in tlsmgr_reseed_event()
412 rand_source_file = 0; in tlsmgr_reseed_event()
891 rand_source_file = in tlsmgr_pre_init()