Home
last modified time | relevance | path

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

/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c280 char *u_newpass, *u_reversed; in _passwdqc_check() local
287 u_newpass = u_reversed = NULL; in _passwdqc_check()
321 u_newpass = unify(newpass); in _passwdqc_check()
331 !u_newpass || !u_reversed || in _passwdqc_check()
338 (is_based(params, u_oldpass, u_newpass, newpass) || in _passwdqc_check()
343 (is_based(params, u_name, u_newpass, newpass) || in _passwdqc_check()
345 is_based(params, u_gecos, u_newpass, newpass) || in _passwdqc_check()
350 (is_word_based(params, u_newpass, newpass) || in _passwdqc_check()
356 clean(u_newpass); clean(u_reversed); in _passwdqc_check()