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

/osnet-11/usr/src/lib/libsasl/lib/
H A Dexternal.c280 int user_result = SASL_OK; local
303 user_result = _plug_get_userid(params->utils, &user, prompt_need);
305 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT))
306 return user_result;
316 if (user_result == SASL_INTERACT) {
321 user_result == SASL_INTERACT ?
327 user_result == SASL_INTERACT ?
/osnet-11/usr/src/lib/sasl_plugins/plain/
H A Dplain.c315 int user_result = SASL_OK; local
345 user_result = _plug_get_userid(params->utils, &user, prompt_need);
347 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT))
348 return user_result;
367 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
373 user_result == SASL_INTERACT ?
391 user_result == SASL_INTERACT ?
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c1587 int user_result = SASL_OK; local
1601 user_result = _plug_get_userid(params->utils, &text->user,
1604 if ((user_result != SASL_OK) &&
1605 (user_result != SASL_INTERACT)) {
1607 return user_result;
1612 int user_result = SASL_OK;
1614 user_result = _plug_get_userid(params->utils, &text->user,
1617 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) {
1619 return user_result;
[all...]
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4627 int user_result = SASL_OK; local
4643 user_result = _plug_get_userid(params->utils, &userid, prompt_need);
4645 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) {
4646 return user_result;
4692 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
4709 user_result == SASL_INTERACT ?
4731 user_result == SASL_INTERACT ?

Completed in 50 milliseconds