Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
DKeymaster.cpp61 Keymaster::Keymaster() { in Keymaster() function in android::kernel::Keymaster
87 bool Keymaster::generateKey(const km::AuthorizationSet& inParams, in generateKey()
113 bool Keymaster::importKey(const km::AuthorizationSet& inParams, in importKey()
140 bool Keymaster::exportKey(const std::string& kmKey, std::string* key) { in exportKey()
DKeymaster.h42 class Keymaster {
44 Keymaster();
58 DISALLOW_COPY_AND_ASSIGN(Keymaster);
DAndroid.bp27 "Keymaster.cpp",
Dutils.cpp309 static bool TryPrepareHwWrappedKey(Keymaster &keymaster, in TryPrepareHwWrappedKey()
339 Keymaster keymaster; in CreateHwWrappedKey()