Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp215 static constexpr uint8_t indexMask = 0x3f; in getChannelCipherSuites() local
216 uint8_t listIndex = inPayload[2] & indexMask; in getChannelCipherSuites()