OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LEAP_KEY_LEN
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_leap.c
25
#define
LEAP_KEY_LEN
16
344
key = os_malloc(
LEAP_KEY_LEN
);
376
wpa_hexdump_key(MSG_DEBUG, "EAP-LEAP: master key", key,
LEAP_KEY_LEN
);
377
*len =
LEAP_KEY_LEN
;
/external/wpa_supplicant_8/src/eap_peer/
eap_leap.c
20
#define
LEAP_KEY_LEN
16
345
key = os_malloc(
LEAP_KEY_LEN
);
383
wpa_hexdump_key(MSG_DEBUG, "EAP-LEAP: master key", key,
LEAP_KEY_LEN
);
384
*len =
LEAP_KEY_LEN
;
Completed in 25 milliseconds