Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp78 bool check_supported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in check_supported() function
119 if (response == nullptr || !check_supported(context, algorithm, response)) in GetSupported()
153 if (response == nullptr || !check_supported(*context_, request.algorithm, response)) in SupportedImportFormats()
164 if (response == nullptr || !check_supported(*context_, request.algorithm, response)) in SupportedExportFormats()