Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-parser/
H A Dkeyword_vpd_parser.cpp150 checkSumEnd = kwVpdIterator - 1; in kwValParser()
169 checkSum = std::accumulate(checkSumStart, checkSumEnd + 1, checkSum); in validateChecksum()
H A Dkeyword_vpd_parser.hpp79 checkSumEnd; //!< Pointer to the end byte until which the member in vpd::keyword::parser::KeywordVpdParser