HomeSort by: relevance | last modified time | path
    Searched refs:tls_dane_avail (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tls/
tls_dane.c 15 /* int tls_dane_avail()
72 /* tls_dane_avail() returns true if the features required to support DANE
281 /* tls_dane_avail - check for availability of dane required digests */
283 int tls_dane_avail(void) function
677 if (!tls_dane_avail())
1336 if (!tls_dane_avail())
tls.h 221 extern int tls_dane_avail(void);
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tls_policy.c 1048 if (!tls_dane_avail()) {
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 1900 /* Needed for tls_dane_avail() and other DANE-related processing. */
2285 if (TLS_DANE_BASED(state.level) && !tls_dane_avail()) {

Completed in 21 milliseconds