Searched refs:SASL_NOTDONE (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dcommon.c735 * SASL_NOTDONE -- property not available yet
777 result = SASL_NOTDONE;
785 result = SASL_NOTDONE;
790 result = SASL_NOTDONE;
796 result = SASL_NOTDONE;
814 result = SASL_NOTDONE;
821 result = SASL_NOTDONE;
833 result = SASL_NOTDONE;
840 result = SASL_NOTDONE;
849 if(!(*pvalue) && result == SASL_OK) result = SASL_NOTDONE;
[all...]
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h191 #define SASL_NOTDONE -6 /* can't request info until later in exchange */ macro
771 * SASL_NOTDONE -- property not available yet
1233 * SASL_NOTDONE -- security layer negotiation not finished
1245 * SASL_NOTDONE -- security layer negotiation not finished
1262 * SASL_NOTDONE -- security layer negotiation not finished
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c375 if (text->state != SASL_GSSAPI_STATE_AUTHENTICATED) return SASL_NOTDONE;
477 return SASL_NOTDONE;

Completed in 32 milliseconds