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

  /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,
  /src/crypto/external/bsd/openssh/dist/
monitor.c 154 static const char *auth_method = "unknown"; variable
285 auth_method = "unknown";
300 auth_method, auth_submethod)) {
301 debug3_f("method %s: partial", auth_method);
312 !auth_root_allowed(ssh, auth_method))
331 auth_method, auth_submethod);
336 auth_method, auth_submethod);
351 if (strcmp(auth_method, "unknown") == 0) {
984 auth_method = "none";
986 auth_method = "password"
    [all...]
  /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 35 milliseconds