Home
last modified time | relevance | path

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

/aosp12/system/keymaster/km_openssl/
H A 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(KeymasterKeyBlob&& key_material, in LoadKey()
/aosp12/system/keymaster/include/keymaster/
H A Dasymmetric_key_factory.h29 class AsymmetricKeyFactory : public KeyFactory {
31 explicit AsymmetricKeyFactory(const KeymasterContext& context) : context_(context) {} in AsymmetricKeyFactory() function
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Drsa_key_factory.h27 class RsaKeyFactory : public AsymmetricKeyFactory, public SoftKeyFactoryMixin {
30 : AsymmetricKeyFactory(context), SoftKeyFactoryMixin(blob_maker) {} in RsaKeyFactory()
H A Dec_key_factory.h27 class EcKeyFactory : public AsymmetricKeyFactory, public SoftKeyFactoryMixin {
30 : AsymmetricKeyFactory(context), SoftKeyFactoryMixin(blob_maker) {} in EcKeyFactory()