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