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

/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin.c355 int auth_result = SASL_OK; local
376 auth_result = _plug_get_authid(params->utils, &user, prompt_need);
378 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT))
379 return auth_result;
398 if ((auth_result == SASL_INTERACT) || (pass_result == SASL_INTERACT)) {
404 auth_result == SASL_INTERACT ?
414 auth_result == SASL_INTERACT ?
/illumos-gate/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 ?
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c599 int auth_result = SASL_OK; local
633 auth_result=_plug_get_authid(params->utils, &authid, prompt_need);
635 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT))
636 return auth_result;
655 if ((auth_result == SASL_INTERACT) || (pass_result == SASL_INTERACT)) {
661 auth_result == SASL_INTERACT ?
674 auth_result == SASL_INTERACT ?
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c1581 int auth_result = SASL_OK; local
1585 auth_result = _plug_get_authid(params->utils,
1589 if ((auth_result != SASL_OK) &&
1590 (auth_result != SASL_INTERACT)) {
1592 return auth_result;
1627 (auth_result == SASL_INTERACT)) {
1636 auth_result == SASL_INTERACT ?
1648 auth_result == SASL_INTERACT ?
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c367 reply.auth_result.auth_type = request->client_attr.auth_type;
373 reply.auth_result.ndmp_auth_data_u.auth_text.user = "ndmpd";
374 reply.auth_result.ndmp_auth_data_u.auth_text.password =
H A Dndmp.x298 ndmp_auth_data auth_result;
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4615 int auth_result = SASL_OK; local
4621 auth_result = _plug_get_authid(params->utils, &authid, prompt_need);
4623 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) {
4624 return auth_result;
4679 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
4701 auth_result == SASL_INTERACT ?
4721 auth_result == SASL_INTERACT ?

Completed in 85 milliseconds