Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/km_openssl/
Drsa_key_factory.h27 class RsaKeyFactory : public AsymmetricKeyFactory, public SoftKeyFactoryMixin {
29 explicit RsaKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context) in RsaKeyFactory() function
/system/keymaster/km_openssl/
Drsa_key_factory.cpp36 OperationFactory* RsaKeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const { in GetOperationFactory()
51 keymaster_error_t RsaKeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
120 keymaster_error_t RsaKeyFactory::ImportKey(const AuthorizationSet& key_description, // in ImportKey()
168 keymaster_error_t RsaKeyFactory::UpdateImportKeyDescription(const AuthorizationSet& key_description, in UpdateImportKeyDescription()
214 keymaster_error_t RsaKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
/system/keymaster/include/keymaster/legacy_support/
Drsa_keymaster1_key.h39 class RsaKeymaster1KeyFactory : public RsaKeyFactory {
/system/keymaster/legacy_support/
Drsa_keymaster1_key.cpp30 : RsaKeyFactory(blob_maker, context), engine_(engine), in RsaKeymaster1KeyFactory()
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp55 rsa_factory_(new RsaKeyFactory(*this /* blob_maker */, *this /* context */)), in SoftKeymasterContext()
Dpure_soft_keymaster_context.cpp57 rsa_factory_(new RsaKeyFactory(*this /* blob_maker */, *this /* context */)), in PureSoftKeymasterContext()