Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/modes/
H A Dsiv128.c32 __owur static ossl_inline uint64_t byteswap8(uint64_t x) in byteswap8() function
47 return byteswap8(b->word[i]); in siv128_getword()
56 b->word[i] = byteswap8(x); in siv128_putword()