Searched refs:aPassword (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVFSExplorerImpl.h36 HRESULT init(VFSType_T aType, Utf8Str aFilePath, Utf8Str aHostname, Utf8Str aUsername, Utf8Str aPassword, VirtualBox *aVirtualBox);
H A DGuestImpl.h143 const com::Utf8Str &aPassword,
149 const com::Utf8Str &aPassword,
H A DConsoleImpl.h339 const com::Utf8Str &aPassword,
342 HRESULT addDiskEncryptionPassword(const com::Utf8Str &aId, const com::Utf8Str &aPassword,
H A DMediumImpl.h299 HRESULT checkEncryptionPassword(const com::Utf8Str &aPassword);
H A DVirtualBoxImpl.h321 HRESULT setSettingsSecret(const com::Utf8Str &aPassword);
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlImpl.cpp474 HRESULT Guest::createSession(const com::Utf8Str &aUser, const com::Utf8Str &aPassword, const com::Utf8Str &aDomain, argument
493 guestCreds.mPassword = aPassword;
H A DGuestImpl.cpp776 HRESULT Guest::setCredentials(const com::Utf8Str &aUserName, const com::Utf8Str &aPassword, argument
781 return mParent->i_setDiskEncryptionKeys(aPassword);
802 aPassword.c_str(),
H A DConsoleImplTeleporter.cpp926 * @param aPassword The password.
930 HRESULT Console::teleport(const com::Utf8Str &aHostname, ULONG aTcpport, const com::Utf8Str &aPassword, argument
937 Utf8Str strPassword(aPassword);
H A DConsoleImpl.cpp3080 HRESULT Console::addDiskEncryptionPassword(const com::Utf8Str &aId, const com::Utf8Str &aPassword, argument
3084 || aPassword.isEmpty())
3090 size_t cbKey = aPassword.length() + 1; /* Include terminator */
3091 const uint8_t *pbKey = (const uint8_t *)aPassword.c_str();
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp81 Utf8Str aPassword, VirtualBox *aVirtualBox)
97 m->strPassword = aPassword;
80 init(VFSType_T aType, Utf8Str aFilePath, Utf8Str aHostname, Utf8Str aUsername, Utf8Str aPassword, VirtualBox *aVirtualBox) argument
H A DVirtualBoxImpl.cpp2041 HRESULT VirtualBox::setSettingsSecret(const com::Utf8Str &aPassword) argument
2043 i_storeSettingsKey(aPassword);
H A DMediumImpl.cpp3295 HRESULT Medium::checkEncryptionPassword(const com::Utf8Str &aPassword) argument
3309 if (aPassword.isEmpty())
3346 i_taskEncryptSettingsSetup(&CryptoSettings, NULL, it->second.c_str(), aPassword.c_str(),
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h4283 #define IVirtualBox_SetSettingsSecret(p, aPassword) ((p)->lpVtbl->SetSettingsSecret(p, aPassword))
7441 #define IConsole_Teleport(p, aHostname, aTcpport, aPassword, aMaxDowntime, aProgress) ((p)->lpVtbl->Teleport(p, aHostname, aTcpport, aPassword, aMaxDowntime, aProgress))
10754 #define IGuest_SetCredentials(p, aUserName, aPassword, aDomain, aAllowInteractiveLogon) ((p)->lpVtbl->SetCredentials(p, aUserName, aPassword, aDomain, aAllowInteractiveLogon))
10763 #define IGuest_CreateSession(p, aUser, aPassword, aDomain, aSessionName, aGuestSession) ((p)->lpVtbl->CreateSession(p, aUser, aPassword, aDomain, aSessionName, aGuestSession))

Completed in 264 milliseconds