Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-parser/
H A Dkeyword_vpd_parser.cpp110 checkSumStart = kwVpdIterator; in kwValParser()
169 checkSum = std::accumulate(checkSumStart, checkSumEnd + 1, checkSum); in validateChecksum()
H A Dkeyword_vpd_parser.hpp76 checkSumStart; //!< Pointer to the start byte from where member in vpd::keyword::parser::KeywordVpdParser