Lines Matching refs:password
260 u8 *password = dpos; in eap_ttls_avp_parse() local
263 password[password_len - 1] == '\0') { in eap_ttls_avp_parse()
268 password, password_len); in eap_ttls_avp_parse()
269 parse->user_password = password; in eap_ttls_avp_parse()
534 if (!sm->user || !sm->user->password || sm->user->password_hash || in eap_ttls_process_phase2_pap()
543 os_memcmp_const(sm->user->password, user_password, in eap_ttls_process_phase2_pap()
560 const u8 *password, in eap_ttls_process_phase2_chap() argument
565 if (challenge == NULL || password == NULL || in eap_ttls_process_phase2_chap()
576 if (!sm->user || !sm->user->password || sm->user->password_hash || in eap_ttls_process_phase2_chap()
595 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) { in eap_ttls_process_phase2_chap()
604 chap_md5(password[0], sm->user->password, sm->user->password_len, in eap_ttls_process_phase2_chap()
607 if (os_memcmp_const(hash, password + 1, EAP_TTLS_CHAP_PASSWORD_LEN) == in eap_ttls_process_phase2_chap()
637 if (!sm->user || !sm->user->password || in eap_ttls_process_phase2_mschap()
671 challenge_response(challenge, sm->user->password, nt_response)) || in eap_ttls_process_phase2_mschap()
673 nt_challenge_response(challenge, sm->user->password, in eap_ttls_process_phase2_mschap()
715 if (!sm->user || !sm->user->password || in eap_ttls_process_phase2_mschapv2()
775 sm->user->password, in eap_ttls_process_phase2_mschapv2()
780 sm->user->password, in eap_ttls_process_phase2_mschapv2()
805 sm->user->password, in eap_ttls_process_phase2_mschapv2()
811 sm->user->password, sm->user->password_len, in eap_ttls_process_phase2_mschapv2()