Searched refs:ror32 (Results 1 – 2 of 2) sorted by relevance
28 ror32(uint32_t word, unsigned int shift) in ror32() function123 d = ror32(d ^ a, 16); \ in blake2s_compress()125 b = ror32(b ^ c, 12); \ in blake2s_compress()127 d = ror32(d ^ a, 8); \ in blake2s_compress()129 b = ror32(b ^ c, 7); \ in blake2s_compress()
122 ror32(uint32_t word, unsigned int shift) in ror32() function