Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c200 bool tls_ok; local
2138 tls_ok = true;
2144 tls_ok = false;
2151 tls_ok = false;
2154 tls_ok = false;
2156 if (tls_ok)
2159 tls_ok = init_tls_library();
2162 if (!tls_ok && (OpMode == MD_QUEUERUN || OpMode == MD_DELIVER))
2179 (void) initclttls(tls_ok);
2550 (void) initsrvtls(tls_ok);
[all …]
H A Ddeliver.c6048 setclttls(tls_ok) in setclttls() argument
6049 bool tls_ok; in setclttls()
6051 tls_ok_clt = tls_ok;
6068 initclttls(tls_ok) in initclttls() argument
6069 bool tls_ok; in initclttls()
6073 tls_ok_clt = tls_ok;
H A Dsrvrsmtp.c4742 initsrvtls(tls_ok) in initsrvtls() argument
4743 bool tls_ok; in initsrvtls()
4745 if (!tls_ok)