Searched refs:siv128_putword (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | siv128.c | 51 static ossl_inline void siv128_putword(SIV_BLOCK *b, size_t i, uint64_t x) in siv128_putword() function 85 siv128_putword(b, 0, high); in siv128_dbl() 86 siv128_putword(b, 1, low); in siv128_dbl()
|
/third_party/openssl/crypto/modes/ |
H A D | siv128.c | 51 static ossl_inline void siv128_putword(SIV_BLOCK *b, size_t i, uint64_t x) in siv128_putword() function 85 siv128_putword(b, 0, high); in siv128_dbl() 86 siv128_putword(b, 1, low); in siv128_dbl()
|
Completed in 3 milliseconds