Searched refs:algorithmMaps (Results 1 – 3 of 3) sorted by relevance
34 …return (algorithmMaps.find(alg) != algorithmMaps.end()) ? algorithmMaps.at(alg) : HASH_ALGORITHM_T… in GetHashAlgorithm()
33 const std::map<std::string, HASH_ALGORITHM_TYPE> algorithmMaps = { variable
30 …return (algorithmMaps.find(alg) != algorithmMaps.end()) ? algorithmMaps.at(alg) : HASH_ALGORITHM_T… in GetHashAlgorithm()