Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c279 static TLS_PRNG_SRC *rand_source_file; variable
409 else if (rand_source_file) { in tlsmgr_reseed_event()
410 if (tls_prng_file_read(rand_source_file, var_tls_rand_bytes) <= 0) in tlsmgr_reseed_event()
413 tls_prng_file_close(rand_source_file); in tlsmgr_reseed_event()
414 rand_source_file = 0; in tlsmgr_reseed_event()
893 rand_source_file = in tlsmgr_pre_init()