Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c247 char *var_tls_rand_source; variable
381 if (*var_tls_rand_source) { in tlsmgr_reseed_event()
389 "exiting to reopen", DEV_PATH(var_tls_rand_source)); in tlsmgr_reseed_event()
400 "exiting to reconnect", EGD_PATH(var_tls_rand_source)); in tlsmgr_reseed_event()
412 var_tls_rand_source); in tlsmgr_reseed_event()
415 var_tls_rand_source[0] = 0; in tlsmgr_reseed_event()
424 var_tls_rand_source); in tlsmgr_reseed_event()
867 if (*var_tls_rand_source) { in tlsmgr_pre_init()
872 if (!strncmp(var_tls_rand_source, DEV_PREF, DEV_PREF_LEN)) { in tlsmgr_pre_init()
873 path = DEV_PATH(var_tls_rand_source); in tlsmgr_pre_init()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_params.h740 extern char *var_tls_rand_source;