Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dauth_algo.cpp46 output.resize(integrityCheckValueLength); in generateICV()
83 output.resize(integrityCheckValueLength); in generateICV()
H A Dauth_algo.hpp162 static constexpr size_t integrityCheckValueLength = 12; member in cipher::rakp_auth::AlgoSHA1
197 static constexpr size_t integrityCheckValueLength = 16; member in cipher::rakp_auth::AlgoSHA256