Searched refs:foundPassword (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.h19 int32 foundUserSize, char* foundPassword,
H A DAuthenticationServer.cpp81 const char* foundPassword = NULL; local
83 || reply.FindString("password", &foundPassword) != B_OK) {
93 if (foundPasswordSize <= (int32)strlen(foundPassword))
95 strcpy(_foundPassword, foundPassword);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp342 HashString foundPassword; local
344 &foundUser, &foundPassword)) {
346 error, false, foundUser.GetString(), foundPassword.GetString());

Completed in 36 milliseconds