Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_crypto_tkip.c518 static __inline u16 RotR1(u16 val) in RotR1() function
644 PPK[0] += RotR1(PPK[5] ^ Mk16_le((const u16 *) &TK[12])); in tkip_mixing_phase2()
645 PPK[1] += RotR1(PPK[0] ^ Mk16_le((const u16 *) &TK[14])); in tkip_mixing_phase2()
646 PPK[2] += RotR1(PPK[1]); in tkip_mixing_phase2()
647 PPK[3] += RotR1(PPK[2]); in tkip_mixing_phase2()
648 PPK[4] += RotR1(PPK[3]); in tkip_mixing_phase2()
649 PPK[5] += RotR1(PPK[4]); in tkip_mixing_phase2()