Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A DSymbol.map67 login_setcryptfmt;
125 * login_setcryptfmt() uses crypt_set_format() from libcrypt. To
127 * stub. Applications that use login_setcryptfmt() should link
H A Dlogin_crypt.c37 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 DMakefile72 MLINKS+=login_cap.3 login_setcryptfmt.3
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.c396 if (login_setcryptfmt(lc, password_hash, NULL) == NULL) in pam_sm_chauthtok()
/freebsd/usr.sbin/pw/
H A Dpw_user.c219 login_setcryptfmt(lc, "sha512", NULL) == NULL) in pw_set_passwd()
1415 if (lc == NULL || login_setcryptfmt(lc, "sha512", NULL) == NULL) in pw_user_add()
1769 if (lc == NULL || login_setcryptfmt(lc, "sha512", NULL) == NULL) in pw_user_mod()