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

  /system/keymaster/legacy_support/
keymaster1_engine.cpp 24 #define LOG_TAG "Keymaster1Engine"
40 Keymaster1Engine* Keymaster1Engine::instance_ = nullptr;
42 Keymaster1Engine::Keymaster1Engine(const keymaster1_device_t* keymaster1_device)
45 Keymaster1Engine::duplicate_key_data,
46 Keymaster1Engine::free_key_data)),
48 Keymaster1Engine::duplicate_key_data,
49 Keymaster1Engine::free_key_data)),
62 Keymaster1Engine::~Keymaster1Engine()
    [all...]
  /system/keymaster/include/keymaster/legacy_support/
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 192 milliseconds