Searched refs:login_setcryptfmt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/lib/libutil/ |
| H A D | login_crypt.c | 38 login_setcryptfmt(login_cap_t *lc, const char *def, const char *error) { in login_setcryptfmt() function
|
| H A D | login_cap.h | 116 const char *login_setcryptfmt(login_cap_t *, const char *, const char *);
|
| H A D | Makefile | 50 login_cap.3 login_getuserclass.3 login_cap.3 login_setcryptfmt.3
|
| /freebsd-14.2/lib/libpam/modules/pam_unix/ |
| H A D | pam_unix.c | 397 if (login_setcryptfmt(lc, password_hash, NULL) == NULL) in pam_sm_chauthtok()
|
| /freebsd-14.2/usr.sbin/pw/ |
| H A D | pw_user.c | 207 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()
|