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

/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()));
/haiku/src/add-ons/kernel/file_systems/netfs/server/
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)
H A DSecurityContext.h35 const char* GetPassword() const;

Completed in 57 milliseconds