Searched refs:AuthResult (Results 1 - 9 of 9) sorted by relevance

/vbox/include/VBox/
H A DVBoxAuth.h30 typedef enum AuthResult enum
36 } AuthResult; typedef in typeref:enum:AuthResult
96 typedef AuthResult AUTHCALL AUTHENTRY(PAUTHUUID pUuid,
135 typedef AuthResult AUTHCALL AUTHENTRY2(PAUTHUUID pUuid,
177 typedef AuthResult AUTHCALL AUTHENTRY3(const char *szCaller,
/vbox/src/VBox/HostServices/auth/winlogon/
H A Dwinlogon.cpp57 AuthResult AUTHCALL AuthEntry (const char *szCaller,
66 AuthResult result = AuthResultAccessDenied;
/vbox/src/VBox/HostServices/auth/simple/
H A DVBoxAuthSimple.cpp63 DECLEXPORT(AuthResult) AUTHCALL AuthEntry(const char *szCaller,
73 AuthResult result = AuthResultAccessDenied;
/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c307 DECLEXPORT(AuthResult) AUTHCALL AuthEntry(const char *szCaller,
315 DECLEXPORT(AuthResult) AUTHCALL AuthEntry(const char *szCaller,
324 AuthResult result = AuthResultAccessDenied;
/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp259 DECLEXPORT(AuthResult) AUTHCALL AuthEntry(const char *szCaller,
273 AuthResult result = AuthResultAccessDenied;
/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h103 AuthResult Authenticate (const Guid &uuid, AuthGuestJudgement guestJudgement,
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp3187 AuthResult result;
3227 static AuthResult authCall(AuthCtx *pCtx)
3229 AuthResult result = AuthResultAccessDenied;
3256 AuthResult ConsoleVRDPServer::Authenticate(const Guid &uuid, AuthGuestJudgement guestJudgement,
3381 AuthResult result = authCall(&ctx);
H A DConsoleImpl.cpp1081 AuthResult result = AuthResultAccessDenied;
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1718 AuthResult result;

Completed in 361 milliseconds