| /openbsd/src/usr.sbin/radiusctl/ |
| D | parser.h | 36 enum auth_method { enum 65 enum auth_method auth_method; member
|
| D | parser.c | 290 res.auth_method = PAP; in match_token() 292 res.auth_method = CHAP; in match_token() 294 res.auth_method = MSCHAPV2; in match_token()
|
| D | radiusctl.c | 301 switch (res->auth_method) { in radius_test() 784 dump->records[idx].rec.username, dump->records[idx].rec.auth_method, in ipcp_handle_dump0() 889 json_do_string("auth-method", dump->records[idx].rec.auth_method); in ipcp_handle_json0()
|
| /openbsd/src/usr.bin/ssh/ |
| D | monitor.c | 134 static char *auth_method = "unknown"; variable 252 auth_method = "unknown"; in monitor_child_preauth() 267 auth_method, auth_submethod)) { in monitor_child_preauth() 268 debug3_f("method %s: partial", auth_method); in monitor_child_preauth() 279 !auth_root_allowed(ssh, auth_method)) in monitor_child_preauth() 284 auth_method, auth_submethod); in monitor_child_preauth() 289 auth_method, auth_submethod); in monitor_child_preauth() 301 if (strcmp(auth_method, "unknown") == 0) in monitor_child_preauth() 907 auth_method = "none"; in mm_answer_authpassword() 909 auth_method = "password"; in mm_answer_authpassword() [all …]
|
| /openbsd/src/usr.sbin/radiusd/ |
| D | radiusd_ipcp.c | 82 char auth_method[16]; member 884 strlcpy(assigned->auth_method, "PAP", in ipcp_resdeco() 885 sizeof(assigned->auth_method)); in ipcp_resdeco() 887 strlcpy(assigned->auth_method, "CHAP", in ipcp_resdeco() 888 sizeof(assigned->auth_method)); in ipcp_resdeco() 891 strlcpy(assigned->auth_method, "MS-CHAP", in ipcp_resdeco() 892 sizeof(assigned->auth_method)); in ipcp_resdeco() 895 strlcpy(assigned->auth_method, "MS-CHAP-V2", in ipcp_resdeco() 896 sizeof(assigned->auth_method)); in ipcp_resdeco() 898 strlcpy(assigned->auth_method, "EAP", in ipcp_resdeco() [all …]
|
| D | radiusd_ipcp.h | 44 char auth_method[16]; member
|
| /openbsd/src/sbin/iked/ |
| D | print.c | 211 switch (pol->pol_auth.auth_method) { in print_policy() 226 print_xf(pol->pol_auth.auth_method, 0, methodxfs)); in print_policy()
|
| D | ikev2_msg.c | 1017 if ((dsa = dsa_verify_new(auth->auth_method, sa->sa_prf)) == NULL) { in ikev2_msg_authverify() 1022 switch (auth->auth_method) { in ikev2_msg_authverify() 1048 print_map(auth->auth_method, ikev2_auth_map), keylen, in ikev2_msg_authverify() 1092 if ((dsa = dsa_sign_new(auth->auth_method, prf)) == NULL) { in ikev2_msg_authsign() 1097 switch (auth->auth_method) { in ikev2_msg_authsign() 1151 sa->sa_localauth.id_type = auth->auth_method; in ikev2_msg_authsign()
|
| D | ikev2.h | 469 uint8_t auth_method; /* Signature type */ member
|
| D | parse.y | 1056 $$.auth_method = IKEV2_AUTH_SIG_ANY; /* default */ 1062 $$.auth_method = IKEV2_AUTH_SHARED_KEY_MIC; 1067 $$.auth_method = IKEV2_AUTH_SIG_ANY; 1089 $$.auth_method = IKEV2_AUTH_SIG_ANY; 1103 $$.auth_method = xf->id; 3137 switch (ikeauth->auth_method) { in create_ike() 3152 print_xf(ikeauth->auth_method, 0, methodxfs), idstr); in create_ike()
|
| D | ca.c | 559 uint8_t type = policy->pol_auth.auth_method; in ca_setauth() 948 policy.pol_auth.auth_method = method == IKEV2_AUTH_SIG ? in ca_getauth() 953 policy.pol_auth.auth_method = IKEV2_AUTH_NONE; in ca_getauth()
|
| D | eap.c | 164 auth->auth_method = sa->sa_localauth.id_type; in eap_identity_request()
|
| D | ikev2_pld.c | 947 if (auth->auth_method == 0) { in ikev2_validate_auth() 974 __func__, print_map(auth.auth_method, ikev2_auth_map), len); in ikev2_pld_auth() 988 idp->id_type = auth.auth_method; in ikev2_pld_auth()
|
| D | ikev2.c | 884 ikeauth.auth_method = IKEV2_AUTH_SHARED_KEY_MIC; in ikev2_auth_verify() 894 ikeauth.auth_method, sa->sa_peerauth.id_type) < 0) { in ikev2_auth_verify() 899 print_map(ikeauth.auth_method, in ikev2_auth_verify() 905 ikeauth.auth_method = sa->sa_peerauth.id_type; in ikev2_auth_verify() 1129 sa->sa_policy->pol_auth.auth_method == IKEV2_AUTH_SHARED_KEY_MIC) in ikev2_ike_auth_recv() 1699 auth->auth_method = sa->sa_localauth.id_type; in ikev2_init_ike_auth() 3752 if (sa->sa_policy->pol_auth.auth_method == IKEV2_AUTH_SHARED_KEY_MIC) in ikev2_handle_certreq() 3999 auth->auth_method = sa->sa_localauth.id_type; in ikev2_resp_ike_auth()
|
| D | policy.c | 534 } else if (pol != NULL && pol->pol_auth.auth_method != in sa_new()
|
| D | iked.h | 220 uint8_t auth_method; member
|
| /openbsd/src/usr.sbin/bgpctl/ |
| D | bgpctl.h | 54 const char *fmt_auth_method(enum auth_method);
|
| D | bgpctl.c | 631 fmt_auth_method(enum auth_method method) in fmt_auth_method()
|
| /openbsd/src/sbin/ipsecctl/ |
| D | ike.c | 446 char *enc_alg, *auth_alg, *group_desc, *auth_method; in ike_section_p1() local 590 auth_method = "PRE_SHARED"; in ike_section_p1() 593 auth_method = "RSA_SIG"; in ike_section_p1() 605 r->p1name, auth_method, auth_alg, enc_alg, in ike_section_p1() 613 auth_method); in ike_section_p1()
|
| /openbsd/src/usr.sbin/bgpd/ |
| D | session.h | 167 enum auth_method method;
|
| D | bgpd.h | 387 enum auth_method { enum 416 enum auth_method method;
|