Home
last modified time | relevance | path

Searched refs:SupportedExportFormats (Results 1 – 12 of 12) sorted by relevance

/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h44 … virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override;
Dkey_factory.h61 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const = 0;
Dandroid_keymaster.h65 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
/system/keymaster/km_openssl/
Dasymmetric_key_factory.cpp36 AsymmetricKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats() function in keymaster::AsymmetricKeyFactory
/system/keymaster/include/keymaster/km_openssl/
Dsymmetric_key.h47 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* count) const override { in SupportedExportFormats() function
/system/keymaster/legacy_support/
Dkeymaster_passthrough_key.cpp47 KeymasterPassthroughKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats() function in keymaster::KeymasterPassthroughKeyFactory
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h40 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h69 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override;
Dkeymaster1_legacy_support.h131 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override { in SupportedExportFormats() function
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp94 void TrustyKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats() function in keymaster::TrustyKeymaster
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp162 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats() function in keymaster::AndroidKeymaster
169 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count); in SupportedExportFormats()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp598 convert_device(dev)->impl_->SupportedExportFormats(request, &response); in get_supported_export_formats()