Home
last modified time | relevance | path

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

/system/keymaster/
Dsoft_keymaster_context.cpp74 static keymaster_algorithm_t supported_algorithms[] = {KM_ALGORITHM_RSA, KM_ALGORITHM_EC, variable
79 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()
80 return supported_algorithms; in GetSupportedAlgorithms()