Searched refs:_passwdqc_check (Results 1 – 3 of 3) sorted by relevance
20 extern const char *_passwdqc_check(passwdqc_params_t *params,
423 reason = _passwdqc_check(¶ms.qc, curpass, oldpass, pw); in pam_sm_chauthtok()511 (reason = _passwdqc_check(¶ms.qc, newpass, oldpass, pw)))) { in pam_sm_chauthtok()
276 const char *_passwdqc_check(passwdqc_params_t *params, in _passwdqc_check() function