Home
last modified time | relevance | path

Searched refs:EAP_TEAP_KEY_LEN (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_teap_common.h13 #define EAP_TEAP_KEY_LEN 64 macro
Deap_teap_common.c95 msk, EAP_TEAP_KEY_LEN) < 0) in eap_teap_derive_eap_msk()
98 msk, EAP_TEAP_KEY_LEN); in eap_teap_derive_eap_msk()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_teap_common.h13 #define EAP_TEAP_KEY_LEN 64 macro
Deap_teap_common.c89 msk, EAP_TEAP_KEY_LEN) < 0) in eap_teap_derive_eap_msk()
92 msk, EAP_TEAP_KEY_LEN); in eap_teap_derive_eap_msk()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_teap.c54 u8 key_data[EAP_TEAP_KEY_LEN];
234 forced_memzero(data->key_data, EAP_TEAP_KEY_LEN); in eap_teap_clear()
1963 key = os_memdup(data->key_data, EAP_TEAP_KEY_LEN); in eap_teap_getKey()
1967 *len = EAP_TEAP_KEY_LEN; in eap_teap_getKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_teap.c55 u8 key_data[EAP_TEAP_KEY_LEN];
235 forced_memzero(data->key_data, EAP_TEAP_KEY_LEN); in eap_teap_clear()
2076 key = os_memdup(data->key_data, EAP_TEAP_KEY_LEN); in eap_teap_getKey()
2080 *len = EAP_TEAP_KEY_LEN; in eap_teap_getKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_teap.c1850 eapKeyData = os_malloc(EAP_TEAP_KEY_LEN); in eap_teap_getKey()
1860 *len = EAP_TEAP_KEY_LEN; in eap_teap_getKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_teap.c2009 eapKeyData = os_malloc(EAP_TEAP_KEY_LEN); in eap_teap_getKey()
2020 *len = EAP_TEAP_KEY_LEN; in eap_teap_getKey()