Searched refs:TKeymasterPassthroughEngine (Results 1 – 1 of 1) sorted by relevance
38 class TKeymasterPassthroughEngine : public KeymasterPassthroughEngine { class45 explicit TKeymasterPassthroughEngine(const KeymasterDeviceType* km_device) in TKeymasterPassthroughEngine() function in keymaster::TKeymasterPassthroughEngine76 virtual ~TKeymasterPassthroughEngine() { in ~TKeymasterPassthroughEngine()177 TKeymasterPassthroughEngine(const KeymasterPassthroughEngine&) = delete; // Uncopyable205 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()