Searched defs:Keymaster (Results 1 - 2 of 2) sorted by last modified time

/system/vold/
H A DKeymaster.cpp17 #include "Keymaster.h"
96 /* static */ bool Keymaster::hmacKeyGenerated = false;
98 Keymaster::Keymaster() { function in class:android::vold::Keymaster
120 bool Keymaster::generateKey(const km::AuthorizationSet& inParams, std::string* key) {
141 bool Keymaster::deleteKey(const std::string& key) {
155 bool Keymaster::upgradeKey(const std::string& oldKey, const km::AuthorizationSet& inParams,
178 KeymasterOperation Keymaster::begin(km::KeyPurpose purpose, const std::string& key,
206 bool Keymaster::isSecure() {
216 Keymaster de
[all...]
H A DKeymaster.h27 #include <keymasterV4_0/Keymaster.h>
34 using KmDevice = km::support::Keymaster;
36 // C++ wrappers to the Keymaster hidl interface.
40 // Wrapper for a Keymaster operation handle representing an
41 // ongoing Keymaster operation. Aborts the operation
93 friend class Keymaster;
96 // Wrapper for a Keymaster device for methods that start a KeymasterOperation or are not
98 class Keymaster { class in namespace:android
100 Keymaster();
119 DISALLOW_COPY_AND_ASSIGN(Keymaster);
[all...]

Completed in 57 milliseconds