Home
last modified time | relevance | path

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; in login_client_mech_step() local
376 auth_result = _plug_get_authid(params->utils, &user, prompt_need); in login_client_mech_step()
378 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) in login_client_mech_step()
379 return auth_result; in login_client_mech_step()
398 if ((auth_result == SASL_INTERACT) || (pass_result == SASL_INTERACT)) { in login_client_mech_step()
404 auth_result == SASL_INTERACT ? in login_client_mech_step()
414 auth_result == SASL_INTERACT ? in login_client_mech_step()
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c315 int auth_result = SASL_OK; in plain_client_mech_step() local
336 auth_result = _plug_get_authid(params->utils, &authid, prompt_need); in plain_client_mech_step()
338 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) in plain_client_mech_step()
339 return auth_result; in plain_client_mech_step()
366 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) || in plain_client_mech_step()
377 auth_result == SASL_INTERACT ? in plain_client_mech_step()
393 auth_result == SASL_INTERACT ? in plain_client_mech_step()
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c598 int auth_result = SASL_OK; in crammd5_client_mech_step() local
632 auth_result=_plug_get_authid(params->utils, &authid, prompt_need); in crammd5_client_mech_step()
634 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) in crammd5_client_mech_step()
635 return auth_result; in crammd5_client_mech_step()
654 if ((auth_result == SASL_INTERACT) || (pass_result == SASL_INTERACT)) { in crammd5_client_mech_step()
660 auth_result == SASL_INTERACT ? in crammd5_client_mech_step()
673 auth_result == SASL_INTERACT ? in crammd5_client_mech_step()
/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; in ndmpd_connect_server_auth_v2()
373 reply.auth_result.ndmp_auth_data_u.auth_text.user = "ndmpd"; in ndmpd_connect_server_auth_v2()
374 reply.auth_result.ndmp_auth_data_u.auth_text.password = in ndmpd_connect_server_auth_v2()
H A Dndmp.x298 ndmp_auth_data auth_result; member
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4616 int auth_result = SASL_OK; local
4622 auth_result = _plug_get_authid(params->utils, &authid, prompt_need);
4624 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) {
4625 return auth_result;
4680 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
4702 auth_result == SASL_INTERACT ?
4722 auth_result == SASL_INTERACT ?