Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_tls_policy.c424 } while (*site_level == TLS_LEV_NOTFOUND in tls_policy_lookup()
530 site_level = TLS_LEV_NOTFOUND; in policy_create()
563 case TLS_LEV_NOTFOUND: in policy_create()
741 static int l = TLS_LEV_NOTFOUND; in global_tls_level()
743 if (l != TLS_LEV_NOTFOUND) in global_tls_level()
/netbsd-src/external/ibm-public/postfix/dist/
H A DTLS_TODO8 * Code cleanup: TLS_LEV_NOTFOUND no longer belongs in the TLS
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls.h44 #define TLS_LEV_NOTFOUND -1 /* XXX not in policy table */ macro