Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libutil/
H A Dlogin_crypt.c38 login_setcryptfmt(login_cap_t *lc, const char *def, const char *error) { in login_setcryptfmt() function
H A Dlogin_cap.h116 const char *login_setcryptfmt(login_cap_t *, const char *, const char *);
H A DMakefile50 login_cap.3 login_getuserclass.3 login_cap.3 login_setcryptfmt.3
/freebsd-14.2/lib/libpam/modules/pam_unix/
H A Dpam_unix.c397 if (login_setcryptfmt(lc, password_hash, NULL) == NULL) in pam_sm_chauthtok()
/freebsd-14.2/usr.sbin/pw/
H A Dpw_user.c207 login_setcryptfmt(lc, "sha512", NULL) == NULL) in pw_set_passwd()
1397 if (lc == NULL || login_setcryptfmt(lc, "sha512", NULL) == NULL) in pw_user_add()
1751 if (lc == NULL || login_setcryptfmt(lc, "sha512", NULL) == NULL) in pw_user_mod()