Home
last modified time | relevance | path

Searched refs:format_count (Results 1 – 5 of 5) sorted by relevance

/system/keymaster/
Dsymmetric_key.h41 virtual const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const;
42 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats() argument
43 return NoFormats(format_count); in SupportedExportFormats()
51 const keymaster_key_format_t* NoFormats(size_t* format_count) const { in NoFormats() argument
52 *format_count = 0; in NoFormats()
Dasymmetric_key_factory.cpp29 AsymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats()
30 *format_count = array_length(supported_import_formats); in SupportedImportFormats()
36 AsymmetricKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats()
37 *format_count = array_length(supported_export_formats); in SupportedExportFormats()
Dsymmetric_key.cpp105 SymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats()
106 *format_count = array_length(supported_import_formats); in SupportedImportFormats()
/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h45 virtual const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const;
46 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const;
Dkey_factory.h60 virtual const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const = 0;
61 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const = 0;