Searched refs:RsaKeymaster1KeyFactory (Results 1 – 6 of 6) sorted by relevance
29 RsaKeymaster1KeyFactory::RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker, in RsaKeymaster1KeyFactory() function in keymaster::RsaKeymaster1KeyFactory86 keymaster_error_t RsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()99 RsaKeymaster1KeyFactory::ImportKey(const AuthorizationSet& key_description, in ImportKey()114 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()134 OperationFactory* RsaKeymaster1KeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const { in GetOperationFactory()
282 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey()
41 class RsaKeymaster1KeyFactory : public RsaKeyFactory {43 RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context,
166 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(
63 result.reset(new (std::nothrow) Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>( in GetKeyFactory()
74 rsa_factory_.reset(new (std::nothrow) RsaKeymaster1KeyFactory( in SetHardwareDevice()