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

/illumos-gate/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 ?
/illumos-gate/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 ?
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c1582 int user_result = SASL_OK; local
1596 user_result = _plug_get_userid(params->utils, &text->user,
1599 if ((user_result != SASL_OK) &&
1600 (user_result != SASL_INTERACT)) {
1602 return user_result;
1607 int user_result = SASL_OK;
1609 user_result = _plug_get_userid(params->utils, &text->user,
1612 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) {
1614 return user_result;
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4614 int user_result = SASL_OK; local
4630 user_result = _plug_get_userid(params->utils, &userid, prompt_need);
4632 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) {
4633 return user_result;
4679 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
4696 user_result == SASL_INTERACT ?
4718 user_result == SASL_INTERACT ?

Completed in 75 milliseconds