Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp163 static constexpr auto respSize = 16; in getChannelCipherSuites() local
179 std::min(static_cast<size_t>(listIndex) * respSize, records.size()); in getChannelCipherSuites()
180 auto end = std::min((static_cast<size_t>(listIndex) * respSize) + respSize, in getChannelCipherSuites()
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp258 static constexpr auto respSize = 16; in getChannelCipherSuites() local
275 std::min(static_cast<size_t>(listIndex) * respSize, records.size()); in getChannelCipherSuites()
276 auto end = std::min((static_cast<size_t>(listIndex) * respSize) + respSize, in getChannelCipherSuites()