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.h58 template <typename KM1_SOFTDIGEST_FACTORY> class Keymaster1ArbitrationFactory : public KeyFactory {
61 Keymaster1ArbitrationFactory(const KeymasterPassthroughEngine* ptengine, in Keymaster1ArbitrationFactory() function
146 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::GenerateKey(
156 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(
161 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp61 result.reset(new Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>( in GetKeyFactory()
66 result.reset(new Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>( in GetKeyFactory()
71 result.reset(new Keymaster1ArbitrationFactory<AesKeyFactory>( in GetKeyFactory()
76 result.reset(new Keymaster1ArbitrationFactory<HmacKeyFactory>( in GetKeyFactory()
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp222 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::GenerateKey( in GenerateKey()
262 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( in LoadKey()
281 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey()