Searched refs:supported_export_formats (Results 1 – 1 of 1) sorted by relevance
141 keymaster_key_format_t supported_export_formats[] = {KM_KEY_FORMAT_X509}; variable153 response->SetResults(supported_export_formats); in SupportedExportFormats()248 for (index = 0; index < array_length(supported_export_formats); index++) { in is_supported_export_format()249 if (test_format == supported_export_formats[index]) { in is_supported_export_format()