Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/tlsmgr/
H A Dtlsmgr.c245 char *var_tls_rand_source; variable
379 if (*var_tls_rand_source) { in tlsmgr_reseed_event()
387 "exiting to reopen", DEV_PATH(var_tls_rand_source)); in tlsmgr_reseed_event()
410 var_tls_rand_source); in tlsmgr_reseed_event()
413 var_tls_rand_source[0] = 0; in tlsmgr_reseed_event()
422 var_tls_rand_source); in tlsmgr_reseed_event()
865 if (*var_tls_rand_source) { in tlsmgr_pre_init()
871 path = DEV_PATH(var_tls_rand_source); in tlsmgr_pre_init()
881 path = EGD_PATH(var_tls_rand_source); in tlsmgr_pre_init()
892 tls_prng_file_open(var_tls_rand_source, TLS_MGR_TIMEOUT); in tlsmgr_pre_init()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dmail_params.h738 extern char *var_tls_rand_source;