Searched refs:ror32 (Results 1 – 3 of 3) sorted by relevance
42 static inline uint32_t ror32(uint32_t word, unsigned int shift) in ror32() function130 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()
107 ror32(uint32_t word, unsigned int shift) in ror32() function
245 ror32(uint32_t word, unsigned int shift) in ror32() function