Searched refs:Authenticate (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h103 AuthResult Authenticate (const Guid &uuid, AuthGuestJudgement guestJudgement,
248 * Authenticate method and unloaded at the object destructor.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Durlmon.idl375 HRESULT Authenticate(
H A Durlmon.h933 virtual HRESULT STDMETHODCALLTYPE Authenticate(
956 HRESULT (STDMETHODCALLTYPE *Authenticate)( member in struct:IAuthenticateVtbl
974 #define IAuthenticate_Authenticate(This,phwnd,pszUsername,pszPassword) (This)->lpVtbl->Authenticate(This,phwnd,pszUsername,pszPassword)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Durlmon.idl375 HRESULT Authenticate(
H A Durlmon.h939 virtual HRESULT STDMETHODCALLTYPE Authenticate(
962 HRESULT (STDMETHODCALLTYPE *Authenticate)( member in struct:IAuthenticateVtbl
980 #define IAuthenticate_Authenticate(This,phwnd,pszUsername,pszPassword) (This)->lpVtbl->Authenticate(This,phwnd,pszUsername,pszPassword)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1110 result = mConsoleVRDPServer->Authenticate(uuid, guestJudgement, pszUser, pszPassword, pszDomain, u32ClientId);
1173 result = mConsoleVRDPServer->Authenticate(uuid, guestJudgement, pszUser, pszPassword, pszDomain, u32ClientId);
H A DConsoleVRDPServer.cpp3256 AuthResult ConsoleVRDPServer::Authenticate(const Guid &uuid, AuthGuestJudgement guestJudgement, function in class:ConsoleVRDPServer
3264 LogFlow(("ConsoleVRDPServer::Authenticate: uuid = %RTuuid, guestJudgement = %d, pszUser = %s, pszPassword = %s, pszDomain = %s, u32ClientId = %d\n",
3294 LogRel(("AUTH: ConsoleVRDPServer::Authenticate: loading external authentication library VBoxAuth\n"));
3399 LogFlow(("ConsoleVRDPServer::Authenticate: result = %d\n", result));

Completed in 142 milliseconds