HomeSort by relevance Sort by last modified time
    Searched defs:Keymaster1Engine (Results 1 - 2 of 2) sorted by null

  /system/keymaster/
keymaster1_engine.cpp 24 #define LOG_TAG "Keymaster1Engine"
41 Keymaster1Engine* Keymaster1Engine::instance_ = nullptr;
43 Keymaster1Engine::Keymaster1Engine(const keymaster1_device_t* keymaster1_device)
46 Keymaster1Engine::duplicate_key_data,
47 Keymaster1Engine::free_key_data)),
49 Keymaster1Engine::duplicate_key_data,
50 Keymaster1Engine::free_key_data)),
63 Keymaster1Engine::~Keymaster1Engine()
    [all...]
keymaster1_engine.h 37 class Keymaster1Engine {
40 * Create a Keymaster1Engine, wrapping the provided keymaster1_device. The engine takes
43 explicit Keymaster1Engine(const keymaster1_device_t* keymaster1_device);
44 ~Keymaster1Engine();
87 Keymaster1Engine(const Keymaster1Engine&); // Uncopyable
88 void operator=(const Keymaster1Engine&); // Unassignable
118 static Keymaster1Engine* instance_;

Completed in 69 milliseconds