Home
last modified time | relevance | path

Searched refs:XSASL_AUTH_DONE (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl.h127 #define XSASL_AUTH_DONE 3 /* Authentication completed */ macro
H A Dxsasl_cyrus_server.c484 return (XSASL_AUTH_DONE); in xsasl_cyrus_server_auth_response()
H A Dxsasl_dovecot_server.c595 return XSASL_AUTH_DONE; in xsasl_dovecot_handle_reply()
/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_sasl_glue.c344 if (status != XSASL_AUTH_DONE) { in smtpd_sasl_authenticate()