Home
last modified time | relevance | path

Searched refs:hashFunctionTag (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.cpp32 constexpr auto hashFunctionTag = "HashType"; variable
43 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()
/openbmc/phosphor-bmc-code-mgmt/
H A Dimage_verify.cpp37 constexpr auto hashFunctionTag = "HashType"; variable
46 hashType = Version::getValue(file, hashFunctionTag); in Signature()
273 auto hashFunc = Version::getValue(keyHashPair.first, hashFunctionTag); in systemLevelVerify()