Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c17 struct eap_mschapv2_hdr { struct
107 struct eap_mschapv2_hdr *ms; in eap_mschapv2_build_challenge()
150 struct eap_mschapv2_hdr *ms; in eap_mschapv2_build_success_req()
194 struct eap_mschapv2_hdr *ms; in eap_mschapv2_build_failure_req()
248 struct eap_mschapv2_hdr *resp; in eap_mschapv2_check()
259 resp = (struct eap_mschapv2_hdr *) pos; in eap_mschapv2_check()
290 struct eap_mschapv2_hdr *resp; in eap_mschapv2_process_response()
306 resp = (struct eap_mschapv2_hdr *) pos; in eap_mschapv2_process_response()
461 struct eap_mschapv2_hdr *resp; in eap_mschapv2_process_success_resp()
470 resp = (struct eap_mschapv2_hdr *) pos; in eap_mschapv2_process_success_resp()
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_mschapv2.c31 struct eap_mschapv2_hdr { struct
156 struct eap_mschapv2_hdr *ms; in eap_mschapv2_challenge_reply()
245 struct eap_method_ret *ret, const struct eap_mschapv2_hdr *req, in eap_mschapv2_challenge()
351 const struct eap_mschapv2_hdr *req, in eap_mschapv2_success()
516 struct eap_method_ret *ret, const struct eap_mschapv2_hdr *req, u8 id) in eap_mschapv2_change_password()
527 struct eap_mschapv2_hdr *ms; in eap_mschapv2_change_password()
658 const struct eap_mschapv2_hdr *req, in eap_mschapv2_failure()
735 const struct eap_mschapv2_hdr *ms) in eap_mschapv2_check_mslen()
785 const struct eap_mschapv2_hdr *ms; in eap_mschapv2_process()
813 ms = (const struct eap_mschapv2_hdr *) pos; in eap_mschapv2_process()