Searched refs:ror16 (Results 1 – 4 of 4) sorted by relevance
| /linux/net/mac80211/ |
| H A D | tkip.c | 126 ppk[0] += ror16(ppk[5] ^ get_unaligned_le16(tk + 12), 1); in tkip_mixing_phase2() 127 ppk[1] += ror16(ppk[0] ^ get_unaligned_le16(tk + 14), 1); in tkip_mixing_phase2() 128 ppk[2] += ror16(ppk[1], 1); in tkip_mixing_phase2() 129 ppk[3] += ror16(ppk[2], 1); in tkip_mixing_phase2() 130 ppk[4] += ror16(ppk[3], 1); in tkip_mixing_phase2() 131 ppk[5] += ror16(ppk[4], 1); in tkip_mixing_phase2()
|
| /linux/include/linux/ |
| H A D | bitops.h | 154 static inline __u16 ror16(__u16 word, unsigned int shift) in ror16() function
|
| /linux/drivers/dibs/ |
| H A D | dibs_loopback.c | 266 s_mask = ror16(0x1000, idx); in dibs_lo_move_data()
|
| /linux/lib/crypto/x86/ |
| H A D | blake2s-core.S | 15 .section .rodata.cst16.ror16, "aM", @progbits, 16
|