Home
last modified time | relevance | path

Searched refs:RsaKeymaster1KeyFactory (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/legacy_support/
Drsa_keymaster1_key.cpp29 RsaKeymaster1KeyFactory::RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker, in RsaKeymaster1KeyFactory() function in keymaster::RsaKeymaster1KeyFactory
86 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()
Dkeymaster1_legacy_support.cpp282 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey()
/system/keymaster/include/keymaster/legacy_support/
Drsa_keymaster1_key.h41 class RsaKeymaster1KeyFactory : public RsaKeyFactory {
43 RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context,
Dkeymaster1_legacy_support.h166 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp63 result.reset(new (std::nothrow) Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>( in GetKeyFactory()
Dsoft_keymaster_context.cpp74 rsa_factory_.reset(new (std::nothrow) RsaKeymaster1KeyFactory( in SetHardwareDevice()