Searched refs:SASL_CONTINUE (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c564 return SASL_CONTINUE;
574 return SASL_CONTINUE;
747 /* returns SASL_CONTINUE if doesn't exist
814 /* returns SASL_CONTINUE if doesn't exist
895 n->condition = SASL_CONTINUE;
1115 if ((ret != SASL_OK) && (ret != SASL_CONTINUE)) {
1120 if ((ret != SASL_OK) && (ret != SASL_CONTINUE)) {
1784 if (m->condition == SASL_CONTINUE) {
1905 result = SASL_CONTINUE;
1917 && result != SASL_CONTINUE
[all...]
H A Dclient.c132 return SASL_CONTINUE;
142 return SASL_CONTINUE;
1019 result = SASL_CONTINUE;
1026 result = SASL_CONTINUE;
H A Dconfig.c107 return SASL_CONTINUE;
H A Dexternal.c133 return SASL_CONTINUE;
H A Dcommon.c1138 case SASL_CONTINUE: s = gettext("another step is needed in authentication");
1232 case SASL_CONTINUE: return "another step is needed in authentication";
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h100 * 5a. If SASL_CONTINUE, output to client, wait response, repeat 5
184 #define SASL_CONTINUE 1 /* another step is needed in authentication */ macro
494 * SASL_CONTINUE -- continue WITHOUT using this file
1065 * SASL_CONTINUE -- indicates another step is necessary.
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c556 case SASL_CONTINUE:
724 if ( (saslrc != SASL_OK) && (saslrc != SASL_CONTINUE) ) {
799 if ( (saslrc != SASL_OK) && (saslrc != SASL_CONTINUE) ) {
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c990 return SASL_CONTINUE;
1219 return SASL_CONTINUE;
1904 return SASL_CONTINUE;
/osnet-11/usr/src/lib/sasl_plugins/cram/
H A Dcram.c239 return SASL_CONTINUE;
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2837 return SASL_CONTINUE;
4860 return SASL_CONTINUE;
4875 return SASL_CONTINUE;
4933 result = SASL_CONTINUE;
5101 return SASL_CONTINUE;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c1307 ** SASL_CONTINUE -- don't use file
1378 return SASL_CONTINUE;
1745 if (saslresult != SASL_OK && saslresult != SASL_CONTINUE)
1826 if (saslresult != SASL_OK && saslresult != SASL_CONTINUE)
H A Dsrvrsmtp.c1440 else if (result == SASL_CONTINUE)
1738 if (result != SASL_OK && result != SASL_CONTINUE)

Completed in 57 milliseconds