Searched refs:supported_algorithms (Results 1 – 4 of 4) sorted by relevance
114 static keymaster_algorithm_t supported_algorithms[] = {KM_ALGORITHM_RSA, KM_ALGORITHM_EC, variable119 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()120 return supported_algorithms; in GetSupportedAlgorithms()
177 static keymaster_algorithm_t supported_algorithms[] = {KM_ALGORITHM_RSA, KM_ALGORITHM_EC, variable182 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()183 return supported_algorithms; in GetSupportedAlgorithms()
97 supported_algorithms: &[&SignatureAlgorithm], in verify_signed_data()121 for supported_alg in supported_algorithms.iter().filter(|alg| { in verify_signed_data()
143 static keymaster_algorithm_t supported_algorithms[] = { variable149 *algorithms_count = array_length(supported_algorithms); in GetSupportedAlgorithms()150 return supported_algorithms; in GetSupportedAlgorithms()