Searched refs:hashFunctionTag (Results 1 – 2 of 2) sorted by relevance
32 constexpr auto hashFunctionTag = "HashType"; variable43 Version::getValue(file, {{keyTypeTag, " "}, {hashFunctionTag, " "}}); in Signature()45 hashType = keyValues.at(hashFunctionTag); in Signature()171 Version::getValue(keyHashPair.first, {{hashFunctionTag, " "}}); in systemLevelVerify()172 auto hashFunc = keyValues.at(hashFunctionTag); in systemLevelVerify()
37 constexpr auto hashFunctionTag = "HashType"; variable46 hashType = Version::getValue(file, hashFunctionTag); in Signature()273 auto hashFunc = Version::getValue(keyHashPair.first, hashFunctionTag); in systemLevelVerify()