Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/modes/
H A Dsiv128.c42 __owur static ossl_inline uint64_t siv128_getword(SIV_BLOCK const *b, size_t i) in siv128_getword() function
76 uint64_t high = siv128_getword(b, 0); in siv128_dbl()
77 uint64_t low = siv128_getword(b, 1); in siv128_dbl()