Home
last modified time | relevance | path

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

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