Home
last modified time | relevance | path

Searched refs:supported_import_formats (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/
Dasymmetric_key_factory.cpp27 static const keymaster_key_format_t supported_import_formats[] = {KM_KEY_FORMAT_PKCS8}; variable
30 *format_count = array_length(supported_import_formats); in SupportedImportFormats()
31 return supported_import_formats; in SupportedImportFormats()
Dsymmetric_key.cpp103 static const keymaster_key_format_t supported_import_formats[] = {KM_KEY_FORMAT_RAW}; variable
106 *format_count = array_length(supported_import_formats); in SupportedImportFormats()
107 return supported_import_formats; in SupportedImportFormats()