Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp189 size_t algorithm_count = 0; in SupportedAlgorithms() local
190 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); in SupportedAlgorithms()
191 if (algorithm_count == 0) return; in SupportedAlgorithms()
192 response->results_length = algorithm_count; in SupportedAlgorithms()
193 response->results = dup_array(algorithms, algorithm_count); in SupportedAlgorithms()