Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h61 class Keymaster1ArbitrationFactory : public KeyFactory {
64 Keymaster1ArbitrationFactory(const KeymasterPassthroughEngine* ptengine, in Keymaster1ArbitrationFactory() function
144 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::GenerateKey(
152 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material,
160 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp60 result.reset(new Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>(pt_engine_.get(), in GetKeyFactory()
64 … result.reset(new Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>(pt_engine_.get(), in GetKeyFactory()
68 result.reset(new Keymaster1ArbitrationFactory<AesKeyFactory>(pt_engine_.get(), in GetKeyFactory()
72 result.reset(new Keymaster1ArbitrationFactory<HmacKeyFactory>(pt_engine_.get(), in GetKeyFactory()
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp227 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::GenerateKey( in GenerateKey()
262 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
284 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()