Home
last modified time | relevance | path

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

/openssl-master/crypto/modes/
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()

Completed in 3 milliseconds