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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.h35 const char* GetPassword() const;
H A DSecurityContext.cpp135 // GetPassword
137 User::GetPassword() const function in class:User
408 error = AddUser(tmpUser.GetName(), tmpUser.GetPassword());
724 if (user->GetPassword()) {
725 if (!password || strcmp(user->GetPassword(), password) != 0)
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp49 const char* GetPassword() const function in class:AuthenticationServer::Authentication
396 && password->SetTo(authentication->GetPassword()));

Completed in 19 milliseconds