Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dkeymaster_passthrough_key.cpp23 KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
42 KeymasterPassthroughKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats()
47 KeymasterPassthroughKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h37 class KeymasterPassthroughKeyFactory : public KeyFactory {
40 KeymasterPassthroughKeyFactory(const engine_t* engine, keymaster_algorithm_t algorithm) in KeymasterPassthroughKeyFactory() function
Dkeymaster1_legacy_support.h138 KeymasterPassthroughKeyFactory passthrough_factory_;
/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h113 mutable std::unordered_map<keymaster_algorithm_t, UniquePtr<KeymasterPassthroughKeyFactory>>
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp46 result.reset(new KeymasterPassthroughKeyFactory(engine_.get(), algorithm)); in GetKeyFactory()