Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_server/
Deap_server_eke.c137 pos[3] == EAP_EKE_MAC_HMAC_SHA2_256) in supported_proposal()
143 pos[3] == EAP_EKE_MAC_HMAC_SHA2_256) in supported_proposal()
149 pos[3] == EAP_EKE_MAC_HMAC_SHA2_256) in supported_proposal()
201 wpabuf_put_u8(msg, EAP_EKE_MAC_HMAC_SHA2_256); /* MAC */ in eap_eke_build_identity()
207 wpabuf_put_u8(msg, EAP_EKE_MAC_HMAC_SHA2_256); /* MAC */ in eap_eke_build_identity()
213 wpabuf_put_u8(msg, EAP_EKE_MAC_HMAC_SHA2_256); /* MAC */ in eap_eke_build_identity()
/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.h34 #define EAP_EKE_MAC_HMAC_SHA2_256 2 macro
Deap_eke_common.c97 else if (mac == EAP_EKE_MAC_HMAC_SHA2_256) in eap_eke_pnonce_len()
112 else if (mac == EAP_EKE_MAC_HMAC_SHA2_256) in eap_eke_pnonce_ps_len()
577 if (mac == EAP_EKE_MAC_HMAC_SHA2_256) in eap_eke_mac()
/external/wpa_supplicant_8/src/eap_peer/
Deap_eke.c191 mac == EAP_EKE_MAC_HMAC_SHA2_256; in eap_eke_supp_mac()