Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp218 uint8_t algoSelectBit = inPayload[2] >> algoSelectShift; in getChannelCipherSuites() local
219 if ((listIndex | (algoSelectBit << algoSelectShift)) != inPayload[2]) in getChannelCipherSuites()
257 algoSelectBit ? cipherRecords : supportedAlgorithms; in getChannelCipherSuites()
/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp119 uint1_t algoSelectBit) in getChannelCipherSuites() argument
154 algoSelectBit ? cipherRecords : supportedAlgorithms; in getChannelCipherSuites()
H A Dchannel.hpp24 uint1_t algoSelectBit);