Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c551 bool first_is_send; in eap_mschapv2_getKey() local
574 first_is_send = sm->eap_fast_mschapv2; in eap_mschapv2_getKey()
577 first_is_send, 1) < 0 || in eap_mschapv2_getKey()
579 MSCHAPV2_KEY_LEN, !first_is_send, 1) < 0) { in eap_mschapv2_getKey()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_mschapv2.c853 bool first_is_send; in eap_mschapv2_getKey() local
878 first_is_send = !sm->eap_fast_mschapv2; in eap_mschapv2_getKey()
880 first_is_send, 0) < 0 || in eap_mschapv2_getKey()
882 MSCHAPV2_KEY_LEN, !first_is_send, 0) < 0) { in eap_mschapv2_getKey()