Searched refs:algoSelectShift (Results 1 – 1 of 1) sorted by relevance
217 static constexpr uint8_t algoSelectShift = 7; in getChannelCipherSuites() local218 uint8_t algoSelectBit = inPayload[2] >> algoSelectShift; in getChannelCipherSuites()219 if ((listIndex | (algoSelectBit << algoSelectShift)) != inPayload[2]) in getChannelCipherSuites()