Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap_server_mschapv2.c41 #define MSCHAPV2_KEY_LEN 16 macro
441 data->master_key, MSCHAPV2_KEY_LEN); in eap_mschapv2_process_response()
549 *len = 2 * MSCHAPV2_KEY_LEN; in eap_mschapv2_getKey()
554 if (get_asymetric_start_key(data->master_key, key, MSCHAPV2_KEY_LEN, 0, in eap_mschapv2_getKey()
556 get_asymetric_start_key(data->master_key, key + MSCHAPV2_KEY_LEN, in eap_mschapv2_getKey()
557 MSCHAPV2_KEY_LEN, 1, 1) < 0) { in eap_mschapv2_getKey()
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_mschapv2.c75 #define MSCHAPV2_KEY_LEN 16 macro
851 key_len = 2 * MSCHAPV2_KEY_LEN; in eap_mschapv2_getKey()
859 if (get_asymetric_start_key(data->master_key, key, MSCHAPV2_KEY_LEN, 1, in eap_mschapv2_getKey()
861 get_asymetric_start_key(data->master_key, key + MSCHAPV2_KEY_LEN, in eap_mschapv2_getKey()
862 MSCHAPV2_KEY_LEN, 0, 0) < 0) { in eap_mschapv2_getKey()