Searched refs:supported_algorithms_ (Results 1 – 2 of 2) sorted by relevance
62 supported_algorithms_.push_back(it.first); in TpmKeymasterContext()108 *algorithms_count = supported_algorithms_.size(); in GetSupportedAlgorithms()109 return supported_algorithms_.data(); in GetSupportedAlgorithms()
43 std::vector<keymaster_algorithm_t> supported_algorithms_; variable