Lines Matching refs:password_len
261 size_t password_len = dlen; in eap_ttls_avp_parse() local
262 while (password_len > 0 && in eap_ttls_avp_parse()
263 password[password_len - 1] == '\0') { in eap_ttls_avp_parse()
264 password_len--; in eap_ttls_avp_parse()
268 password, password_len); in eap_ttls_avp_parse()
270 parse->user_password_len = password_len; in eap_ttls_avp_parse()
542 if (sm->user->password_len != user_password_len || in eap_ttls_process_phase2_pap()
561 size_t password_len) in eap_ttls_process_phase2_chap() argument
567 password_len != 1 + EAP_TTLS_CHAP_PASSWORD_LEN) { in eap_ttls_process_phase2_chap()
571 (unsigned long) password_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()
674 sm->user->password_len, nt_response))) { in eap_ttls_process_phase2_mschap()
781 sm->user->password_len, in eap_ttls_process_phase2_mschapv2()
811 sm->user->password, sm->user->password_len, in eap_ttls_process_phase2_mschapv2()