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

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_leap.c20 #define LEAP_KEY_LEN 16 macro
352 key = os_malloc(LEAP_KEY_LEN);
390 wpa_hexdump_key(MSG_DEBUG, "EAP-LEAP: master key", key, LEAP_KEY_LEN);
391 *len = LEAP_KEY_LEN;

Completed in 97 milliseconds