Home
last modified time | relevance | path

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

/aosp12/system/keymaster/legacy_support/
H A Dkeymaster_passthrough_engine.cpp38 class TKeymasterPassthroughEngine : public KeymasterPassthroughEngine { class
45 explicit TKeymasterPassthroughEngine(const KeymasterDeviceType* km_device) in TKeymasterPassthroughEngine() function in keymaster::TKeymasterPassthroughEngine
76 virtual ~TKeymasterPassthroughEngine() { in ~TKeymasterPassthroughEngine()
177 TKeymasterPassthroughEngine(const KeymasterPassthroughEngine&) = delete; // Uncopyable
205 keymaster_error_t TKeymasterPassthroughEngine<keymaster1_device_t>::GenerateKey( in GenerateKey()
225 keymaster_error_t TKeymasterPassthroughEngine<keymaster2_device_t>::GenerateKey( in GenerateKey()
245 keymaster_error_t TKeymasterPassthroughEngine<keymaster1_device_t>::ImportKey( in ImportKey()
270 keymaster_error_t TKeymasterPassthroughEngine<keymaster2_device_t>::ImportKey( in ImportKey()
297 return engine_ptr_t(new TKeymasterPassthroughEngine<keymaster1_device_t>(dev)); in createInstance()
300 return engine_ptr_t(new TKeymasterPassthroughEngine<keymaster2_device_t>(dev)); in createInstance()