Searched refs:EcdsaKeymaster0KeyFactory (Results 1 – 3 of 3) sorted by relevance
32 EcdsaKeymaster0KeyFactory::EcdsaKeymaster0KeyFactory(const SoftKeymasterContext* context, in EcdsaKeymaster0KeyFactory() function in keymaster::EcdsaKeymaster0KeyFactory36 keymaster_error_t EcdsaKeymaster0KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()68 keymaster_error_t EcdsaKeymaster0KeyFactory::ImportKey( in ImportKey()100 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
35 class EcdsaKeymaster0KeyFactory : public EcKeyFactory {39 EcdsaKeymaster0KeyFactory(const SoftKeymasterContext* context, const Keymaster0Engine* engine);
328 ec_factory_.reset(new EcdsaKeymaster0KeyFactory(this, km0_engine_.get())); in SetHardwareDevice()