Searched refs:initialState (Results 1 – 1 of 1) sorted by relevance
18 …uint32_t initialState = ((uint32_t)whitenerConfig->whitenInitValue << (32U - whitenerConfig->white… in SCRAMBLER_Whiten() local30 if (0U != (initialState & 0x80000000U)) in SCRAMBLER_Whiten()32 initialState = (initialState << 1U); in SCRAMBLER_Whiten()33 initialState ^= polyValue; in SCRAMBLER_Whiten()46 initialState = initialState << 1U; in SCRAMBLER_Whiten()