Searched refs:algorithm_count (Results 1 – 1 of 1) sorted by relevance
104 size_t algorithm_count = 0; in SupportedAlgorithms() local105 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); in SupportedAlgorithms()106 if (algorithm_count == 0) in SupportedAlgorithms()108 response->results_length = algorithm_count; in SupportedAlgorithms()109 response->results = dup_array(algorithms, algorithm_count); in SupportedAlgorithms()