Searched refs:SupportedExportFormats (Results 1 – 12 of 12) sorted by relevance
44 … virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override;
61 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
47 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* count) const override { in SupportedExportFormats() function
47 KeymasterPassthroughKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats() function in keymaster::KeymasterPassthroughKeyFactory
40 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
69 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override;
131 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override { in SupportedExportFormats() function
94 void TrustyKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats() function in keymaster::TrustyKeymaster
162 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats() function in keymaster::AndroidKeymaster169 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count); in SupportedExportFormats()
598 convert_device(dev)->impl_->SupportedExportFormats(request, &response); in get_supported_export_formats()