Searched defs:passwd (Results 1 - 21 of 21) sorted by last modified time

/haiku/src/servers/launch/
H A DLaunchDaemon.cpp2094 struct passwd* passwd = getpwnam(login); local
[all...]
/haiku/src/system/libroot/posix/crypt/
H A Dcrypto_scrypt.cpp53 crypto_scrypt(const uint8_t * passwd, size_t passwdlen, argument
H A Dpbkdf2.cpp132 PBKDF2_SHA256(const uint8_t * passwd, size_t passwdlen, const uint8_t * salt, argument
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp240 struct passwd passwd; local
[all...]
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp89 verify_password(passwd* passwd, spwd* spwd, const char* plainPassword) argument
127 authenticate_user(const char* prompt, passwd* passwd, spwd* spwd, int maxTries, argument
159 struct passwd* passwd = getpwnam(user); local
176 setup_environment(struct passwd* passwd, bool preserveEnvironment, bool chngdir) argument
[all...]
H A Dlogin.cpp90 struct passwd* passwd = getpwnam(user); local
170 struct passwd* passwd = NULL; local
[all...]
H A Dsu.cpp79 struct passwd* passwd = NULL; local
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp56 struct passwd* passwd = getpwent(); local
/haiku/src/bin/network/ftpd/
H A Dftpd.c1376 pass(char *passwd) argument
[all...]
/haiku/src/apps/codycam/
H A DFtpClient.cpp132 Connect(const string& server, const string& login, const string& passwd) argument
H A DSpawningUploadClient.cpp41 Connect(const string& server, const string& login, const string& passwd) argument
H A DSftpClient.cpp85 Connect(const string& server, const string& login, const string& passwd) argument
H A DFileUploadClient.cpp43 Connect(const string& server, const string& login, const string& passwd) argument
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.cpp68 char* passwd = get_passwd(&fMessage, "cpasswd"); local
/haiku/src/bin/
H A Dautologin.cpp23 struct passwd* passwd = getpwuid(0); local
H A Dlogger.cpp133 struct passwd* passwd = getpwuid(geteuid()); local
/haiku/src/system/libroot/posix/
H A Dpwd.cpp38 query_passwd_entry(const char* name, uid_t _uid, struct passwd *passwd, argument
138 getpwent_r(struct passwd* passwd, char* buffer, size_t bufferSize, struct passwd** _result) argument
198 getpwnam_r(const char *name, struct passwd *passwd, char *buffer, size_t bufferSize, struct passwd **_result) argument
218 getpwuid_r(uid_t uid, struct passwd *passwd, char *buffer, size_t bufferSize, struct passwd **_result) argument
[all...]
/haiku/src/bin/unzip/
H A Dcrypt.c154 ZCONST char *passwd; /* password string with which to modify keys */ variable
[all...]
H A Dcryptf.c157 ZCONST char *passwd; /* password string with which to modify keys */ variable
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.h42 uint8 passwd[8]; /* "NBDMAGIC" */ member in struct:nbd_init_packet
/haiku/headers/posix/
H A Dpwd.h15 struct passwd { struct
[all...]

Completed in 126 milliseconds