Searched defs:test_format (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Dgoogle_keymaster.cpp246 bool GoogleKeymaster::is_supported_export_format(keymaster_key_format_t test_format) { argument
249 if (test_format == supported_export_formats[index]) {
257 bool GoogleKeymaster::is_supported_import_format(keymaster_key_format_t test_format) { argument
260 if (test_format == supported_import_formats[index]) {

Completed in 137 milliseconds