Home
last modified time | relevance | path

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

/openbsd/sys/crypto/
H A Dblake2s.c28 ror32(uint32_t word, unsigned int shift) in ror32() function
123 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()
/openbsd/sys/dev/pci/drm/include/linux/
H A Dbitops.h122 ror32(uint32_t word, unsigned int shift) in ror32() function