Searched refs:auth_info (Results 1 – 13 of 13) sorted by relevance
70 struct auth_info { struct99 struct auth_info rok_auth;120 struct auth_info *auth; in rpc_call()149 auth = (struct auth_info *)send_head; in rpc_call()158 auth = (struct auth_info *)send_head; in rpc_call()
531 bool auth_info; in dhcp_auth_encode() local585 auth_info = false; in dhcp_auth_encode()587 auth_info = true; in dhcp_auth_encode()598 if (auth_info && t) in dhcp_auth_encode()602 if (auth_info && t) in dhcp_auth_encode()632 if (auth_info || in dhcp_auth_encode()670 if (!auth_info) in dhcp_auth_encode()
75 struct auth_info { struct95 struct auth_info rpc_auth; argument97 struct auth_info rpc_verf;107 struct auth_info rok_auth;
78 struct auth_info { struct 98 struct auth_info rpc_auth; argument 100 struct auth_info rpc_verf;116 struct auth_info rok_auth;
51 unsigned int auth_info:1; member59 iscsi_auth_info_t auth_info; member
1042 if (par->is_present.auth_info) { in check_login_pars() 1045 if (par->auth_info.auth_number > ISCSI_AUTH_OPTIONS) { in check_login_pars() 1046 DEBOUT(("Auth number invalid: %d\n", par->auth_info.auth_number)); in check_login_pars() 1050 if (par->auth_info.auth_number > 2) { in check_login_pars() 1051 DEBOUT(("Auth number invalid: %d\n", par->auth_info.auth_number)); in check_login_pars() 1055 for (i = 0, n = 0; i < par->auth_info.auth_number; i++) { in check_login_pars() 1057 if (par->auth_info.auth_type[i] < ISCSI_AUTH_None) { in check_login_pars() 1059 par->auth_info.auth_type[i])); in check_login_pars() 1063 if (par->auth_info.auth_type[i] > ISCSI_AUTH_CHAP) { in check_login_pars() 1065 par->auth_info in check_login_pars() [all...]
1285 if (cpar != NULL && par->is_present.auth_info && in assemble_login_parameters()1286 par->auth_info.auth_number > 0) { in assemble_login_parameters()1287 if (par->auth_info.auth_number > ISCSI_AUTH_OPTIONS) { in assemble_login_parameters()1291 cpar->list_num = par->auth_info.auth_number; in assemble_login_parameters()1293 cpar->val.nval[i] = par->auth_info.auth_type[i]; in assemble_login_parameters()1294 if (par->auth_info.auth_type[i]) in assemble_login_parameters()1486 if (par->auth_info.mutual_auth) { in assemble_security_parameters()1513 if (!par->auth_info.mutual_auth || response == NULL) { in assemble_security_parameters()
375 auth->auth_info.auth_type[n] = ISCSI_AUTH_None; in cl_get_auth_opts()378 auth->auth_info.auth_type[n] = ISCSI_AUTH_CHAP; in cl_get_auth_opts()381 auth->auth_info.auth_type[n] = ISCSI_AUTH_CHAP; in cl_get_auth_opts()382 auth->auth_info.mutual_auth = 1; in cl_get_auth_opts()390 auth->auth_info.auth_number = n; in cl_get_auth_opts()
802 char *auth_info; in expose_authinfo() local810 auth_info = xstrdup(""); in expose_authinfo()811 else if ((auth_info = sshbuf_dup_string( in expose_authinfo()816 do_pam_putenv("SSH_AUTH_INFO_0", auth_info); in expose_authinfo()817 free(auth_info); in expose_authinfo()
387 if (target->auth.auth_info.auth_number) { in make_connection()388 loginp.is_present.auth_info = 1; in make_connection()389 loginp.auth_info = target->auth.auth_info; in make_connection()
353 iscsi_auth_info_t auth_info; member
213 unsigned int auth_info : 1; member221 iscsi_auth_info_t auth_info; member