Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c342 RotR1(uint16_t val) in RotR1() function
476 PPK[0] += RotR1(PPK[5] ^ Mk16_le((const uint16_t *) &TK[12])); in tkip_mixing_phase2()
477 PPK[1] += RotR1(PPK[0] ^ Mk16_le((const uint16_t *) &TK[14])); in tkip_mixing_phase2()
478 PPK[2] += RotR1(PPK[1]); in tkip_mixing_phase2()
479 PPK[3] += RotR1(PPK[2]); in tkip_mixing_phase2()
480 PPK[4] += RotR1(PPK[3]); in tkip_mixing_phase2()
481 PPK[5] += RotR1(PPK[4]); in tkip_mixing_phase2()