Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Drsa_keymaster1_key.cpp27 RsaKeymaster1KeyFactory::RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker* blob_maker, in RsaKeymaster1KeyFactory() function in keymaster::RsaKeymaster1KeyFactory
82 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()
Dkeymaster1_legacy_support.cpp284 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
/system/keymaster/include/keymaster/legacy_support/
Drsa_keymaster1_key.h40 class RsaKeymaster1KeyFactory : public RsaKeyFactory {
42 RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker* blob_maker,
Dkeymaster1_legacy_support.h160 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp60 result.reset(new Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>(pt_engine_.get(), in GetKeyFactory()
Dsoft_keymaster_context.cpp88 rsa_factory_.reset(new RsaKeymaster1KeyFactory(this, km1_engine_.get())); in SetHardwareDevice()