Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dkeymaster_passthrough_key.cpp22 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()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h36 class KeymasterPassthroughKeyFactory : public KeyFactory {
40 KeymasterPassthroughKeyFactory(const engine_t* engine, keymaster_algorithm_t algorithm) in KeymasterPassthroughKeyFactory() function
Dkeymaster1_legacy_support.h141 KeymasterPassthroughKeyFactory passthrough_factory_;
/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h126 mutable std::unordered_map<keymaster_algorithm_t, UniquePtr<KeymasterPassthroughKeyFactory>>
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp45 result.reset(new KeymasterPassthroughKeyFactory(engine_.get(), algorithm)); in GetKeyFactory()