Searched defs:Keymaster1Engine (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster1_engine.h37 class Keymaster1Engine { class in namespace:keymaster
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_;
/system/keymaster/legacy_support/
H A Dkeymaster1_engine.cpp24 #define LOG_TAG "Keymaster1Engine"
40 Keymaster1Engine* Keymaster1Engine::instance_ = nullptr;
42 Keymaster1Engine::Keymaster1Engine(const keymaster1_device_t* keymaster1_device) function in class:keymaster::Keymaster1Engine
45 Keymaster1Engine::duplicate_key_data,
46 Keymaster1Engine::free_key_data)),
48 Keymaster1Engine::duplicate_key_data,
49 Keymaster1Engine::free_key_data)),
62 Keymaster1Engine
[all...]

Completed in 333 milliseconds