Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_crypto.c42 static inline uint32_t ror32(uint32_t word, unsigned int shift) in ror32() function
130 d = ror32(d ^ a, 16); \ in blake2s_compress()
132 b = ror32(b ^ c, 12); \ in blake2s_compress()
134 d = ror32(d ^ a, 8); \ in blake2s_compress()
136 b = ror32(b ^ c, 7); \ in blake2s_compress()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h107 ror32(uint32_t word, unsigned int shift) in ror32() function
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h245 ror32(uint32_t word, unsigned int shift) in ror32() function