Searched refs:TempDatabase (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtempdatabase.cpp82 TempDatabase::TempDatabase(Process &proc) function in class:TempDatabase
93 const char *TempDatabase::dbName() const
98 bool TempDatabase::transient() const
107 void TempDatabase::getSecurePassphrase(const Context &context,
120 void TempDatabase::makeSecurePassphraseKey(const Context &context,
152 void TempDatabase::generateKey(const Context &context,
173 RefPointer<Key> TempDatabase::makeKey(const CssmKey &newKey,
H A Dtempdatabase.h28 // A TempDatabase locally manages keys using the AppleCSP while providing
39 // A TempDatabase is simply a container of (a subclass of) LocalKey.
41 // or global object; each TempDatabase is completely distinct.
44 class TempDatabase : public LocalDatabase { class in inherits:LocalDatabase
46 TempDatabase(Process &proc);
H A Dprocess.cpp177 mLocalStore = new TempDatabase(*this);
184 return safer_cast<TempDatabase&>(localStore()).makeKey(key, moreAttributes, owner);

Completed in 183 milliseconds