OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAP_EKE_MAC_HMAC_SHA1
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/eap_common/
eap_eke_common.h
33
#define
EAP_EKE_MAC_HMAC_SHA1
1 /* mandatory to implement */
eap_eke_common.c
97
if (mac ==
EAP_EKE_MAC_HMAC_SHA1
)
112
if (mac ==
EAP_EKE_MAC_HMAC_SHA1
)
605
if (mac ==
EAP_EKE_MAC_HMAC_SHA1
)
/external/wpa_supplicant_8/src/eap_server/
eap_server_eke.c
155
pos[3] ==
EAP_EKE_MAC_HMAC_SHA1
)
222
wpabuf_put_u8(msg,
EAP_EKE_MAC_HMAC_SHA1
); /* MAC */
/external/wpa_supplicant_8/src/eap_peer/
eap_eke.c
191
return mac ==
EAP_EKE_MAC_HMAC_SHA1
||
Completed in 31 milliseconds