Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dikev2.c590 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/
Dikev2.c654 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()
Deap_server_peap.c825 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/
Dikev2.c654 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()
Deap_server_peap.c794 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/
Dikev2.c588 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/
Dgstrtspconnection.c200 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()