Searched refs:eap_eke_auth (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/eap_common/ |
D | eap_eke_common.h | 111 int eap_eke_auth(struct eap_eke_session *sess, const char *label,
|
D | eap_eke_common.c | 686 int eap_eke_auth(struct eap_eke_session *sess, const char *label, in eap_eke_auth() function
|
/hostap-latest/src/eap_server/ |
D | eap_server_eke.c | 351 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth) < 0) { in eap_eke_build_confirm() 632 if (eap_eke_auth(&data->sess, "EAP-EKE peer", data->msgs, auth_p) < 0) { in eap_eke_process_confirm()
|
/hostap-latest/src/eap_peer/ |
D | eap_eke.c | 564 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth_s) < 0) in eap_eke_process_confirm() 597 if (eap_eke_auth(&data->sess, "EAP-EKE peer", data->msgs, auth) < 0) { in eap_eke_process_confirm()
|