Home
last modified time | relevance | path

Searched refs:AsymmetricKeyFactory (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/
Dasymmetric_key_factory.cpp29 AsymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats()
36 AsymmetricKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats()
41 keymaster_error_t AsymmetricKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h28 class AsymmetricKeyFactory : public KeyFactory {
30 explicit AsymmetricKeyFactory(const KeymasterContext* context) : KeyFactory(context) {} in AsymmetricKeyFactory() function
Drsa_key_factory.h27 class RsaKeyFactory : public AsymmetricKeyFactory {
29 explicit RsaKeyFactory(const KeymasterContext* context) : AsymmetricKeyFactory(context) {} in RsaKeyFactory()
Dec_key_factory.h27 class EcKeyFactory : public AsymmetricKeyFactory {
29 explicit EcKeyFactory(const KeymasterContext* context) : AsymmetricKeyFactory(context) {} in EcKeyFactory()