Home
last modified time | relevance | path

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

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