Searched refs:auth_method (Results 1 – 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | ikev2.c | 590 u8 auth_method; in ikev2_process_auth() local 603 auth_method = auth[0]; in ikev2_process_auth() 607 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); in ikev2_process_auth() 612 return ikev2_process_auth_cert(data, auth_method, auth, in ikev2_process_auth() 615 return ikev2_process_auth_secret(data, auth_method, auth, in ikev2_process_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | ikev2.c | 654 u8 auth_method; in ikev2_process_auth() local 667 auth_method = auth[0]; in ikev2_process_auth() 671 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); in ikev2_process_auth() 676 return ikev2_process_auth_cert(data, auth_method, auth, in ikev2_process_auth() 679 return ikev2_process_auth_secret(data, auth_method, auth, in ikev2_process_auth()
|
D | eap_server_peap.c | 825 goto auth_method; in eap_peap_process_phase2_soh() 929 auth_method: in eap_peap_process_phase2_soh()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | ikev2.c | 654 u8 auth_method; in ikev2_process_auth() local 667 auth_method = auth[0]; in ikev2_process_auth() 671 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); in ikev2_process_auth() 676 return ikev2_process_auth_cert(data, auth_method, auth, in ikev2_process_auth() 679 return ikev2_process_auth_secret(data, auth_method, auth, in ikev2_process_auth()
|
D | eap_server_peap.c | 794 goto auth_method; in eap_peap_process_phase2_soh() 898 auth_method: in eap_peap_process_phase2_soh()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | ikev2.c | 588 u8 auth_method; in ikev2_process_auth() local 601 auth_method = auth[0]; in ikev2_process_auth() 605 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); in ikev2_process_auth() 610 return ikev2_process_auth_cert(data, auth_method, auth, in ikev2_process_auth() 613 return ikev2_process_auth_secret(data, auth_method, auth, in ikev2_process_auth()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 200 GstRTSPAuthMethod auth_method; member 396 newconn->auth_method = GST_RTSP_AUTH_NONE; in gst_rtsp_connection_create() 1131 switch (conn->auth_method) { in add_auth_header() 3183 conn->auth_method = method; in gst_rtsp_connection_set_auth()
|