Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dintegrity_algo.hpp50 explicit Interface(size_t authLength) : authCodeLength(authLength) {} in Interface()
140 size_t authCodeLength; member in cipher::integrity::Interface
H A Dintegrity_algo.cpp37 output.resize(authCodeLength); in generateHMAC()
103 output.resize(authCodeLength); in generateHMAC()
H A Dmessage_parsers.cpp356 integrityAlgo->authCodeLength) in verifyPacketIntegrity()
366 size_t length = packet.size() - integrityAlgo->authCodeLength - in verifyPacketIntegrity()