Searched refs:KeymasterPassthroughKeyFactory (Results 1 – 5 of 5) sorted by relevance
22 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()39 KeymasterPassthroughKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats()44 KeymasterPassthroughKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats()
36 class KeymasterPassthroughKeyFactory : public KeyFactory {40 KeymasterPassthroughKeyFactory(const engine_t* engine, keymaster_algorithm_t algorithm) in KeymasterPassthroughKeyFactory() function
141 KeymasterPassthroughKeyFactory passthrough_factory_;
126 mutable std::unordered_map<keymaster_algorithm_t, UniquePtr<KeymasterPassthroughKeyFactory>>
45 result.reset(new KeymasterPassthroughKeyFactory(engine_.get(), algorithm)); in GetKeyFactory()