Home
last modified time | relevance | path

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

/openssl/crypto/modes/
H A Dsiv128.c22 __owur static ossl_inline uint32_t rotl8(uint32_t x) in rotl8() function
37 high = (rotl8(high) & 0x00ff00ff) | (rotr8(high) & 0xff00ff00); in byteswap8()
38 low = (rotl8(low) & 0x00ff00ff) | (rotr8(low) & 0xff00ff00); in byteswap8()

Completed in 4 milliseconds