Searched refs:SupportedImportFormats (Results 1 – 8 of 8) sorted by relevance
45 virtual const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const;
60 virtual const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const = 0;
62 void SupportedImportFormats(const SupportedImportFormatsRequest& request,
29 AsymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats() function in keymaster::AsymmetricKeyFactory
41 virtual const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const;
105 SymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats() function in keymaster::SymmetricKeyFactory
158 void AndroidKeymaster::SupportedImportFormats(const SupportedImportFormatsRequest& request, in SupportedImportFormats() function in keymaster::AndroidKeymaster165 context_->GetKeyFactory(request.algorithm)->SupportedImportFormats(&count); in SupportedImportFormats()
555 convert_device(dev)->impl_->SupportedImportFormats(request, &response); in get_supported_import_formats()