Searched refs:pszKeyStore (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Main/include/ |
| H A D | MediumImpl.h | 395 const char *pszKeyStore, const char *pszPassword,
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | MediumImpl.cpp | 735 pszKeyStore(NULL), 745 char *pszKeyStore; member in struct:Medium::CryptoFilterSettings 7264 pSettings->pszKeyStore = (char *)RTMemAllocZ(cbKeyStore); 7265 if (!pSettings->pszKeyStore) 7268 memcpy(pSettings->pszKeyStore, pvKeyStore, cbKeyStore); 9201 const char *pszKeyStore, const char *pszPassword, 9206 pSettings->pszKeyStoreLoad = pszKeyStore; 9415 if (CryptoSettingsWrite.pszKeyStore) 9417 pBase->m->mapProperties["CRYPT/KeyStore"] = Utf8Str(CryptoSettingsWrite.pszKeyStore); 9200 i_taskEncryptSettingsSetup(CryptoFilterSettings *pSettings, const char *pszCipher, const char *pszKeyStore, const char *pszPassword, bool fCreateKeyStore) argument
|
Completed in 68 milliseconds