Home
last modified time | relevance | path

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

/system/keymaster/
Drsa_keymaster1_key.cpp30 RsaKeymaster1KeyFactory::RsaKeymaster1KeyFactory(const SoftKeymasterContext* context, in RsaKeymaster1KeyFactory() function in keymaster::RsaKeymaster1KeyFactory
85 keymaster_error_t RsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
94 keymaster_error_t RsaKeymaster1KeyFactory::ImportKey( in ImportKey()
104 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
128 OperationFactory* RsaKeymaster1KeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const { in GetOperationFactory()
Drsa_keymaster1_key.h41 class RsaKeymaster1KeyFactory : public RsaKeyFactory {
43 RsaKeymaster1KeyFactory(const SoftKeymasterContext* context, const Keymaster1Engine* engine);
Dsoft_keymaster_context.cpp341 rsa_factory_.reset(new RsaKeymaster1KeyFactory(this, km1_engine_.get())); in SetHardwareDevice()