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.cpp42 KeymasterPassthroughKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats()
43 if (format_count) *format_count = 0; in SupportedImportFormats()
47 KeymasterPassthroughKeyFactory::SupportedExportFormats(size_t* format_count) const { in SupportedExportFormats()
48 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.cpp99 SymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats()
100 *format_count = array_length(supported_import_formats); in SupportedImportFormats()
/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h43 … virtual const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const override;
44 … virtual const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override;
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;
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h127 const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const override { in SupportedImportFormats() argument
128 *format_count = 0; in SupportedImportFormats()
131 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override { in SupportedExportFormats() argument
132 *format_count = 0; in SupportedExportFormats()
Dkeymaster_passthrough_key.h68 const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const override;
69 const keymaster_key_format_t* SupportedExportFormats(size_t* format_count) const override;
/system/keymaster/include/keymaster/km_openssl/
Dsymmetric_key.h62 const keymaster_key_format_t* NoFormats(size_t* format_count) const { in NoFormats() argument
63 *format_count = 0; in NoFormats()