Home
last modified time | relevance | path

Searched refs:Keymaster (Results 1 – 4 of 4) sorted by relevance

/test/vts-testcase/kernel/encryption/
DKeymaster.cpp34 Keymaster::Keymaster() { in Keymaster() function in android::kernel::Keymaster
54 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()
DKeymaster.h48 using KmDevice = km::support::Keymaster;
51 class Keymaster {
53 Keymaster();
72 DISALLOW_COPY_AND_ASSIGN(Keymaster);
DAndroid.bp23 "Keymaster.cpp",
Dutils.cpp309 static bool TryPrepareHwWrappedKey(Keymaster &keymaster, in TryPrepareHwWrappedKey()
340 Keymaster keymaster; in CreateHwWrappedKey()