Searched refs:AsymmetricKeyFactory (Results 1 – 4 of 4) sorted by relevance
29 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()
28 class AsymmetricKeyFactory : public KeyFactory {30 explicit AsymmetricKeyFactory(const KeymasterContext* context) : KeyFactory(context) {} in AsymmetricKeyFactory() function
27 class RsaKeyFactory : public AsymmetricKeyFactory {29 explicit RsaKeyFactory(const KeymasterContext* context) : AsymmetricKeyFactory(context) {} in RsaKeyFactory()
27 class EcKeyFactory : public AsymmetricKeyFactory {29 explicit EcKeyFactory(const KeymasterContext* context) : AsymmetricKeyFactory(context) {} in EcKeyFactory()