Searched defs:pszKeyStore (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp735 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 70 milliseconds