Searched refs:EcdsaKeymaster1KeyFactory (Results 1 – 6 of 6) sorted by relevance
31 EcdsaKeymaster1KeyFactory::EcdsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker, in EcdsaKeymaster1KeyFactory() function in keymaster::EcdsaKeymaster1KeyFactory66 keymaster_error_t EcdsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()88 EcdsaKeymaster1KeyFactory::ImportKey(const AuthorizationSet& key_description, // in ImportKey()103 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()125 EcdsaKeymaster1KeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const { in GetOperationFactory()
223 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::GenerateKey( in GenerateKey()263 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( in LoadKey()
40 class EcdsaKeymaster1KeyFactory : public EcKeyFactory {42 EcdsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker,
151 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::GenerateKey(161 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(
68 result.reset(new (std::nothrow) Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>( in GetKeyFactory()
76 ec_factory_.reset(new (std::nothrow) EcdsaKeymaster1KeyFactory( in SetHardwareDevice()