Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.hpp210 bool verifyPacketIntegrity(const std::vector<uint8_t>& packet,
H A Dmessage_parsers.cpp224 if (!(internal::verifyPacketIntegrity(inPacket, message, payloadLen, in unflatten()
319 bool verifyPacketIntegrity(const std::vector<uint8_t>& packet, in verifyPacketIntegrity() function