Searched refs:MAIL_AUTH_REQUEST_FLAG_CONN_SECURED (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-master/
H A Dmaster-auth.h30 MAIL_AUTH_REQUEST_FLAG_CONN_SECURED = BIT(1), enumerator in enum:mail_auth_request_flags
/dovecot/src/pop3/
H A Dmain.c273 if ((flags & MAIL_AUTH_REQUEST_FLAG_CONN_SECURED) != 0)
/dovecot/src/submission/
H A Dmain.c219 if ((flags & MAIL_AUTH_REQUEST_FLAG_CONN_SECURED) != 0)
/dovecot/src/login-common/
H A Dsasl-server.c147 req.flags |= MAIL_AUTH_REQUEST_FLAG_CONN_SECURED;
/dovecot/src/imap/
H A Dmain.c347 if ((flags & MAIL_AUTH_REQUEST_FLAG_CONN_SECURED) != 0)

Completed in 981 milliseconds