Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.cpp272 auto cipherPayload = internal::encryptPayload(outMessage, session); in flatten() local
273 payloadLen = cipherPayload.size(); in flatten()
274 header->payloadLength = endian::to_ipmi<uint16_t>(cipherPayload.size()); in flatten()
277 packet.insert(packet.end(), cipherPayload.begin(), cipherPayload.end()); in flatten()