Searched refs:algorithms_count (Results 1 – 3 of 3) sorted by relevance
72 size_t* algorithms_count) const override { in GetSupportedAlgorithms() argument73 return wrapped_.GetSupportedAlgorithms(algorithms_count); in GetSupportedAlgorithms()
148 size_t* algorithms_count) const { in GetSupportedAlgorithms()149 *algorithms_count = supported_algorithms_.size(); in GetSupportedAlgorithms()
78 size_t* algorithms_count) const override;