Home
last modified time | relevance | path

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

/aosp12/system/keymaster/km_openssl/
H A 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()
H A Dsymmetric_key.cpp99 static const keymaster_key_format_t supported_import_formats[] = {KM_KEY_FORMAT_RAW}; variable
102 *format_count = array_length(supported_import_formats); in SupportedImportFormats()
103 return supported_import_formats; in SupportedImportFormats()