Home
last modified time | relevance | path

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

/system/keymaster/
Drsa_key_factory.cpp39 OperationFactory* RsaKeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const { in GetOperationFactory()
54 keymaster_error_t RsaKeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
105 keymaster_error_t RsaKeyFactory::ImportKey(const AuthorizationSet& key_description, in ImportKey()
126 keymaster_error_t RsaKeyFactory::UpdateImportKeyDescription(const AuthorizationSet& key_description, in UpdateImportKeyDescription()
176 keymaster_error_t RsaKeyFactory::CreateEmptyKey(const AuthorizationSet& hw_enforced, in CreateEmptyKey()
Drsa_keymaster0_key.h35 class RsaKeymaster0KeyFactory : public RsaKeyFactory {
36 typedef RsaKeyFactory super;
Drsa_keymaster1_key.h41 class RsaKeymaster1KeyFactory : public RsaKeyFactory {
Drsa_keymaster0_key.cpp34 : RsaKeyFactory(context), engine_(engine) {} in RsaKeymaster0KeyFactory()
Drsa_keymaster1_key.cpp32 : RsaKeyFactory(context), engine_(engine), in RsaKeymaster1KeyFactory()
Dsoft_keymaster_context.cpp311 : rsa_factory_(new RsaKeyFactory(this)), ec_factory_(new EcKeyFactory(this)), in SoftKeymasterContext()
/system/keymaster/include/keymaster/
Drsa_key_factory.h27 class RsaKeyFactory : public AsymmetricKeyFactory {
29 explicit RsaKeyFactory(const KeymasterContext* context) : AsymmetricKeyFactory(context) {} in RsaKeyFactory() function