Searched refs:crypt_gensalt (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/head/
H A Dcrypt.h46 extern char *crypt_gensalt(const char *, const struct passwd *);
/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c396 salt = crypt_gensalt(
405 "passwdutil: crypt_gensalt "
H A Dfiles_attr.c705 salt = crypt_gensalt(spw->sp_pwdp, pw);
712 "passwdutil: crypt_gensalt %m");
H A Dldap_attr.c594 salt = crypt_gensalt(ldapbuf->passwd,
603 "passwdutil: crypt_gensalt "
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c292 * crypt_gensalt(). This will change RSN.
298 salt = crypt_gensalt(oldpw, &dummy);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c203 * crypt_gensalt - generate salt string for string encoding
217 crypt_gensalt(const char *oldsalt, const struct passwd *userinfo) function
273 * the implementation of crypt(3c) and crypt_gensalt(3c)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c80 * by the crypt_gensalt() below.
90 * crypt_gensalt() will allocate memory to store the new salt.
95 if ((*salt = crypt_gensalt("$5", pw)) == NULL) {
/illumos-gate/usr/src/man/man3c/
H A DMakefile78 crypt_gensalt.3c \

Completed in 300 milliseconds