Searched refs:Keymaster (Results 1 – 4 of 4) sorted by relevance
34 Keymaster::Keymaster() { in Keymaster() function in android::kernel::Keymaster54 bool Keymaster::generateKey(const km::AuthorizationSet& inParams, in generateKey()77 bool Keymaster::importKey(const km::AuthorizationSet& inParams, in importKey()107 bool Keymaster::exportKey(const std::string& kmKey, std::string* key) { in exportKey()132 bool Keymaster::deleteKey(const std::string& key) { in deleteKey()146 bool Keymaster::upgradeKey(const std::string& oldKey, in upgradeKey()
48 using KmDevice = km::support::Keymaster;51 class Keymaster {53 Keymaster();72 DISALLOW_COPY_AND_ASSIGN(Keymaster);
23 "Keymaster.cpp",
309 static bool TryPrepareHwWrappedKey(Keymaster &keymaster, in TryPrepareHwWrappedKey()340 Keymaster keymaster; in CreateHwWrappedKey()