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