Searched refs:SupportedExportFormats (Results 1 – 12 of 12) sorted by relevance
47 SupportedExportFormats(size_t* format_count) const override;
67 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const = 0;
66 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
38 AsymmetricKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats() function in keymaster::AsymmetricKeyFactory
47 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
76 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override;
139 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override { in SupportedExportFormats() function
40 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
140 void TrustyKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats() function in keymaster::TrustyKeymaster
254 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats() function in keymaster::AndroidKeymaster260 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count); in SupportedExportFormats()
550 impl_->SupportedExportFormats(request, &response); in get_supported_export_formats()