Searched refs:apwd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c280 struct passwd apwd; local
326 (getpwnam_r(auser, &apwd, apwbuf,
332 if (adt_set_user(ah, apwd.pw_uid, apwd.pw_gid,
333 apwd.pw_uid, apwd.pw_gid, termid, ADT_NEW) != 0) {
352 apwd.pw_uid, pwd.pw_uid);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h124 void smb_oldlm_hash(const char *apwd, uchar_t *hash);
125 void smb_ntlmv1hash(const char *apwd, uchar_t *hash);

Completed in 59 milliseconds