Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
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.cpp97 static const keymaster_key_format_t supported_import_formats[] = {KM_KEY_FORMAT_RAW}; variable
100 *format_count = array_length(supported_import_formats); in SupportedImportFormats()
101 return supported_import_formats; in SupportedImportFormats()