Searched refs:SupportedExportFormats (Results 1 – 12 of 12) sorted by relevance
48 SupportedExportFormats(size_t* format_count) const override;
67 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const = 0;
65 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
36 AsymmetricKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats() function in keymaster::AsymmetricKeyFactory
44 KeymasterPassthroughKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats() function in keymaster::KeymasterPassthroughKeyFactory
53 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* count) const override { in SupportedExportFormats() function
40 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
74 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override;
134 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override { in SupportedExportFormats() function
140 void TrustyKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats() function in keymaster::TrustyKeymaster
243 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats() function in keymaster::AndroidKeymaster249 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count); in SupportedExportFormats()
548 impl_->SupportedExportFormats(request, &response); in get_supported_export_formats()