Home
last modified time | relevance | path

Searched refs:rotr8 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 2 milliseconds