Searched refs:RsaKeyFactory (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/include/keymaster/km_openssl/ |
D | rsa_key_factory.h | 27 class RsaKeyFactory : public AsymmetricKeyFactory, public SoftKeyFactoryMixin { 29 explicit RsaKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context) in RsaKeyFactory() function
|
/system/keymaster/km_openssl/ |
D | rsa_key_factory.cpp | 36 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/ |
D | rsa_keymaster1_key.h | 39 class RsaKeymaster1KeyFactory : public RsaKeyFactory {
|
/system/keymaster/legacy_support/ |
D | rsa_keymaster1_key.cpp | 30 : RsaKeyFactory(blob_maker, context), engine_(engine), in RsaKeymaster1KeyFactory()
|
/system/keymaster/contexts/ |
D | soft_keymaster_context.cpp | 55 rsa_factory_(new RsaKeyFactory(*this /* blob_maker */, *this /* context */)), in SoftKeymasterContext()
|
D | pure_soft_keymaster_context.cpp | 57 rsa_factory_(new RsaKeyFactory(*this /* blob_maker */, *this /* context */)), in PureSoftKeymasterContext()
|