Searched refs:supported_import_formats (Results 1 – 2 of 2) sorted by relevance
27 static const keymaster_key_format_t supported_import_formats[] = {KM_KEY_FORMAT_PKCS8}; variable30 *format_count = array_length(supported_import_formats); in SupportedImportFormats()31 return supported_import_formats; in SupportedImportFormats()
103 static const keymaster_key_format_t supported_import_formats[] = {KM_KEY_FORMAT_RAW}; variable106 *format_count = array_length(supported_import_formats); in SupportedImportFormats()107 return supported_import_formats; in SupportedImportFormats()