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

/vbox/src/VBox/Main/src-all/
H A DSecretKeyStore.cpp131 int SecretKeyStore::addSecretKey(const com::Utf8Str &strKeyId, const uint8_t *pbKey, size_t cbKey) argument
134 SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId);
142 m_mapSecretKeys.insert(std::make_pair(strKeyId, pKey));
152 int SecretKeyStore::deleteSecretKey(const com::Utf8Str &strKeyId) argument
154 SecretKeyMap::iterator it = m_mapSecretKeys.find(strKeyId);
168 int SecretKeyStore::retainSecretKey(const com::Utf8Str &strKeyId, SecretKey **ppKey) argument
170 SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId);
182 int SecretKeyStore::releaseSecretKey(const com::Utf8Str &strKeyId) argument
184 SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp364 const com::Utf8Str strKeyId = pBase->i_getKeyId(); local
365 if (!strKeyId.isEmpty())
372 if (strKeyId.equals(pAppliance->m->m_vecPasswordIdentifiers[i]))
380 pAppliance->m->m_vecPasswordIdentifiers.push_back(strKeyId);

Completed in 50 milliseconds