Home
last modified time | relevance | path

Searched refs:EAP_EKE_MAC_HMAC_SHA1 (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.h33 #define EAP_EKE_MAC_HMAC_SHA1 1 /* mandatory to implement */ macro
Deap_eke_common.c97 if (mac == EAP_EKE_MAC_HMAC_SHA1) in eap_eke_pnonce_len()
112 if (mac == EAP_EKE_MAC_HMAC_SHA1) in eap_eke_pnonce_ps_len()
605 if (mac == EAP_EKE_MAC_HMAC_SHA1) in eap_eke_mac()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_eke.c155 pos[3] == EAP_EKE_MAC_HMAC_SHA1) in supported_proposal()
222 wpabuf_put_u8(msg, EAP_EKE_MAC_HMAC_SHA1); /* MAC */ in eap_eke_build_identity()
/external/wpa_supplicant_8/src/eap_peer/
Deap_eke.c191 return mac == EAP_EKE_MAC_HMAC_SHA1 || in eap_eke_supp_mac()