Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dkeymaster_passthrough_key.cpp39 KeymasterPassthroughKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats()
40 if (format_count) *format_count = 0; in SupportedImportFormats()
44 KeymasterPassthroughKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats()
45 if (format_count) *format_count = 0; in SupportedExportFormats()
/system/keymaster/km_openssl/
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.cpp101 SymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats()
102 *format_count = array_length(supported_import_formats); in SupportedImportFormats()
/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h46 SupportedImportFormats(size_t* format_count) const override;
48 SupportedExportFormats(size_t* format_count) const override;
Dkey_factory.h66 virtual const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const = 0;
67 virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const = 0;
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h130 const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const override { in SupportedImportFormats() argument
131 *format_count = 0; in SupportedImportFormats()
134 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override { in SupportedExportFormats() argument
135 *format_count = 0; in SupportedExportFormats()
Dkeymaster_passthrough_key.h73 const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const override;
74 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override;
/system/keymaster/include/keymaster/km_openssl/
Dsymmetric_key.h68 const keymaster_key_format_t* NoFormats(size_t* format_count) const { in NoFormats() argument
69 *format_count = 0; in NoFormats()