HomeSort by: relevance | last modified time | path
    Searched refs:auth_method (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
monitor.c 156 static const char *auth_method = "unknown"; variable
291 auth_method = "unknown";
306 auth_method, auth_submethod)) {
307 debug3_f("method %s: partial", auth_method);
318 !auth_root_allowed(ssh, auth_method))
337 auth_method, auth_submethod);
342 auth_method, auth_submethod);
357 if (strcmp(auth_method, "unknown") == 0) {
1012 auth_method = "none";
1014 auth_method = "password"
    [all...]
  /src/external/bsd/wpa/dist/src/eap_peer/
ikev2.c 590 u8 auth_method; local
603 auth_method = auth[0];
607 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method);
612 return ikev2_process_auth_cert(data, auth_method, auth,
615 return ikev2_process_auth_secret(data, auth_method, auth,
  /src/external/bsd/wpa/dist/src/eap_server/
ikev2.c 654 u8 auth_method; local
667 auth_method = auth[0];
671 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method);
676 return ikev2_process_auth_cert(data, auth_method, auth,
679 return ikev2_process_auth_secret(data, auth_method, auth,
eap_server_peap.c 843 goto auth_method;
947 auth_method:
  /src/external/bsd/tcpdump/dist/
print-isakmp.c 420 nd_uint8_t auth_method; /* Protocol-ID */ member in struct:ikev2_auth
2320 STR_OR_ID(GET_U_1(p->auth_method), v2_auth));

Completed in 25 milliseconds