Searched refs:tls_ok (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Dmain.c196 bool tls_ok; local
2137 tls_ok = true;
2143 tls_ok = false;
2150 tls_ok = false;
2153 tls_ok = false;
2155 if (tls_ok)
2158 tls_ok = init_tls_library(FipsMode);
2159 if (!tls_ok && FipsMode)
2167 if (!tls_ok && (OpMode == MD_QUEUERUN || OpMode == MD_DELIVER))
2184 (void) initclttls(tls_ok);
[all...]
H A Ddeliver.c6046 ** tls_ok -- should tls be done?
6056 setclttls(tls_ok)
6057 bool tls_ok;
6059 tls_ok_clt = tls_ok;
6066 ** tls_ok -- should tls initialization be done?
6076 initclttls(tls_ok)
6077 bool tls_ok;
6081 tls_ok_clt = tls_ok;
H A Dsrvrsmtp.c4755 ** tls_ok -- should tls initialization be done?
4766 initsrvtls(tls_ok)
4767 bool tls_ok;
4769 if (!tls_ok)

Completed in 159 milliseconds