Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/dma/
HDdma.h71 #define TLS_OPP 0x080 /* Opportunistic STARTTLS */ macro
HDconf.c238 config.features |= TLS_OPP; in parse_conf()
HDcrypto.c153 if ((feature & TLS_OPP) == 0) { in smtp_init_crypto()