Searched refs:auth_result (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/sasl_plugins/plain/
H A Dplain.c316 int auth_result = SASL_OK; local
337 auth_result = _plug_get_authid(params->utils, &authid, prompt_need);
339 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT))
340 return auth_result;
367 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
378 auth_result == SASL_INTERACT ?
394 auth_result == SASL_INTERACT ?
/osnet-11/usr/src/lib/sasl_plugins/cram/
H A Dcram.c597 int auth_result = SASL_OK; local
631 auth_result=_plug_get_authid(params->utils, &authid, prompt_need);
633 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT))
634 return auth_result;
653 if ((auth_result == SASL_INTERACT) || (pass_result == SASL_INTERACT)) {
659 auth_result == SASL_INTERACT ?
672 auth_result == SASL_INTERACT ?
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c1586 int auth_result = SASL_OK; local
1590 auth_result = _plug_get_authid(params->utils,
1594 if ((auth_result != SASL_OK) &&
1595 (auth_result != SASL_INTERACT)) {
1597 return auth_result;
1632 (auth_result == SASL_INTERACT)) {
1641 auth_result == SASL_INTERACT ?
1653 auth_result == SASL_INTERACT ?
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4628 int auth_result = SASL_OK; local
4634 auth_result = _plug_get_authid(params->utils, &authid, prompt_need);
4636 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) {
4637 return auth_result;
4692 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
4714 auth_result == SASL_INTERACT ?
4734 auth_result == SASL_INTERACT ?

Completed in 41 milliseconds