Searched refs:RsaKeymaster1KeyFactory (Results 1 – 6 of 6) sorted by relevance
27 RsaKeymaster1KeyFactory::RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker* blob_maker, in RsaKeymaster1KeyFactory() function in keymaster::RsaKeymaster1KeyFactory82 keymaster_error_t RsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()91 keymaster_error_t RsaKeymaster1KeyFactory::ImportKey( in ImportKey()101 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()123 OperationFactory* RsaKeymaster1KeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const { in GetOperationFactory()
284 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
40 class RsaKeymaster1KeyFactory : public RsaKeyFactory {42 RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker* blob_maker,
160 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material,
60 result.reset(new Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>(pt_engine_.get(), in GetKeyFactory()
88 rsa_factory_.reset(new RsaKeymaster1KeyFactory(this, km1_engine_.get())); in SetHardwareDevice()