Home
last modified time | relevance | path

Searched refs:LEAP_KEY_LEN (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_leap.c20 #define LEAP_KEY_LEN 16 macro
352 key = os_malloc(LEAP_KEY_LEN); in eap_leap_getKey()
390 wpa_hexdump_key(MSG_DEBUG, "EAP-LEAP: master key", key, LEAP_KEY_LEN); in eap_leap_getKey()
391 *len = LEAP_KEY_LEN; in eap_leap_getKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_leap.c20 #define LEAP_KEY_LEN 16 macro
352 key = os_malloc(LEAP_KEY_LEN); in eap_leap_getKey()
390 wpa_hexdump_key(MSG_DEBUG, "EAP-LEAP: master key", key, LEAP_KEY_LEN); in eap_leap_getKey()
391 *len = LEAP_KEY_LEN; in eap_leap_getKey()