Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
/third_party/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()

Completed in 2 milliseconds