Home
last modified time | relevance | path

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

/dports/net/xrdp-devel/xrdp-0.9.16/sesman/
H A Dverify_user.c48 auth_crypt_pwd(const char *pwd, const char *pln, char *crp);
215 if (auth_crypt_pwd(spw->pw_passwd, newpwd, hash) != 0) in auth_change_pwd()
236 if (auth_crypt_pwd(stp->sp_pwdp, newpwd, hash) != 0) in auth_change_pwd()
264 auth_crypt_pwd(const char *pwd, const char *pln, char *crp) in auth_crypt_pwd() function
H A Dverify_user_bsd.c108 auth_crypt_pwd(const char *pwd, const char *pln, char *crp) in auth_crypt_pwd() function
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/sesman/
H A Dverify_user.c48 auth_crypt_pwd(const char *pwd, const char *pln, char *crp);
215 if (auth_crypt_pwd(spw->pw_passwd, newpwd, hash) != 0) in auth_change_pwd()
236 if (auth_crypt_pwd(stp->sp_pwdp, newpwd, hash) != 0) in auth_change_pwd()
264 auth_crypt_pwd(const char *pwd, const char *pln, char *crp) in auth_crypt_pwd() function
H A Dverify_user_bsd.c108 auth_crypt_pwd(const char *pwd, const char *pln, char *crp) in auth_crypt_pwd() function