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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibCredentials.cpp69 * @param ppszPassword Receives pointer of allocated user password string.
74 VBGLR3DECL(int) VbglR3CredentialsRetrieve(char **ppszUser, char **ppszPassword, char **ppszDomain) argument
77 AssertPtrReturn(ppszPassword, VERR_INVALID_POINTER);
91 rc = RTStrDupEx(ppszPassword, Req.szPassword);
98 RTStrFree(*ppszPassword);
/vbox/include/VBox/
H A Dvd-ifs.h1453 * @param ppszPassword Where to store the password to unlock the key store on success.
1455 DECLR3CALLBACKMEMBER(int, pfnKeyStorePasswordRetain, (void *pvUser, const char *pszId, const char **ppszPassword));
1540 DECLINLINE(int) vdIfCryptoKeyStorePasswordRetain(PVDINTERFACECRYPTO pIfCrypto, const char *pszId, const char **ppszPassword) argument
1542 return pIfCrypto->pfnKeyStorePasswordRetain(pIfCrypto->Core.pvUser, pszId, ppszPassword);
H A DVBoxGuestLib.h689 VBGLR3DECL(int) VbglR3CredentialsRetrieve(char **ppszUser, char **ppszPassword, char **ppszDomain);
/vbox/src/VBox/Main/include/
H A DMediumImpl.h347 static DECLCALLBACK(int) i_vdCryptoKeyStorePasswordRetain(void *pvUser, const char *pszId, const char **ppszPassword);
H A DConsoleImpl.h772 static DECLCALLBACK(int) i_pdmIfSecKey_PasswordRetain(PPDMISECKEY pInterface, const char *pszId, const char **ppszPassword);
/vbox/include/VBox/vmm/
H A Dpdmifs.h1406 * @param ppszPassword Where to store the pointer to the password on success.
1409 const char **ppszPassword));
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp672 static DECLCALLBACK(int) drvvdCryptoKeyStorePasswordRetain(void *pvUser, const char *pszId, const char **ppszPassword) argument
679 rc = pThis->pIfSecKey->pfnPasswordRetain(pThis->pIfSecKey, pszId, ppszPassword);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp10088 Console::i_pdmIfSecKey_PasswordRetain(PPDMISECKEY pInterface, const char *pszId, const char **ppszPassword) argument
10097 *ppszPassword = (const char *)pKey->getKeyBuffer();
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp7241 DECLCALLBACK(int) Medium::i_vdCryptoKeyStorePasswordRetain(void *pvUser, const char *pszId, const char **ppszPassword) argument
7247 *ppszPassword = pSettings->pszPassword;

Completed in 97 milliseconds