Searched refs:RsaKeymaster0KeyFactory (Results 1 – 3 of 3) sorted by relevance
32 RsaKeymaster0KeyFactory::RsaKeymaster0KeyFactory(const SoftKeymasterContext* context, in RsaKeymaster0KeyFactory() function in keymaster::RsaKeymaster0KeyFactory36 keymaster_error_t RsaKeymaster0KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()70 keymaster_error_t RsaKeymaster0KeyFactory::ImportKey( in ImportKey()101 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
35 class RsaKeymaster0KeyFactory : public RsaKeyFactory {39 RsaKeymaster0KeyFactory(const SoftKeymasterContext* context, const Keymaster0Engine* engine);
326 rsa_factory_.reset(new RsaKeymaster0KeyFactory(this, km0_engine_.get())); in SetHardwareDevice()