Searched refs:rotr8 (Results 1 – 1 of 1) sorted by relevance
27 __owur static ossl_inline uint32_t rotr8(uint32_t x) in rotr8() function37 high = (rotl8(high) & 0x00ff00ff) | (rotr8(high) & 0xff00ff00); in byteswap8()38 low = (rotl8(low) & 0x00ff00ff) | (rotr8(low) & 0xff00ff00); in byteswap8()