Searched refs:m_pSecretKeyStore (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp406 m->m_pSecretKeyStore = new SecretKeyStore(false /* fRequireNonPageable*/);
407 AssertReturn(m->m_pSecretKeyStore, E_FAIL);
430 if (m->m_pSecretKeyStore)
431 delete m->m_pSecretKeyStore;
627 int rc = m->m_pSecretKeyStore->retainSecretKey(aIdentifiers[i], &pKey);
642 int rc = m->m_pSecretKeyStore->addSecretKey(aIdentifiers[i], pbKey, cbKey);
H A DMediumImpl.cpp584 m_pSecretKeyStore(pSecretKeyStore),
610 SecretKeyStore *m_pSecretKeyStore; member in class:Medium::ExportTask
8813 if (!task.m_pSecretKeyStore)
8819 vrc = task.m_pSecretKeyStore->retainSecretKey(itKeyId->second, &pKey);
8831 task.m_pSecretKeyStore->releaseSecretKey(itKeyId->second);
8837 task.m_pSecretKeyStore->releaseSecretKey(itKeyId->second);
8843 task.m_pSecretKeyStore->releaseSecretKey(itKeyId->second);
H A DApplianceImplExport.cpp2197 m->m_pSecretKeyStore,
/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h108 SecretKeyStore *m_pSecretKeyStore; member in struct:Appliance::Data

Completed in 80 milliseconds