Searched refs:SIV_BLOCK (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | siv128.c | 42 __owur static ossl_inline uint64_t siv128_getword(SIV_BLOCK const *b, size_t i) in siv128_getword() 51 static ossl_inline void siv128_putword(SIV_BLOCK *b, size_t i, uint64_t x) in siv128_putword() 61 static ossl_inline void siv128_xorblock(SIV_BLOCK *x, in siv128_xorblock() 62 SIV_BLOCK const *y) in siv128_xorblock() 74 static ossl_inline void siv128_dbl(SIV_BLOCK *b) in siv128_dbl() 89 __owur static ossl_inline int siv128_do_s2v_p(SIV128_CONTEXT *ctx, SIV_BLOCK *out, in siv128_do_s2v_p() 92 SIV_BLOCK t; in siv128_do_s2v_p() 131 SIV_BLOCK *icv) in siv128_do_encrypt() 249 SIV_BLOCK mac_out; in ossl_siv128_aad() 277 SIV_BLOCK in ossl_siv128_encrypt() [all...] |
/third_party/openssl/crypto/modes/ |
H A D | siv128.c | 42 __owur static ossl_inline uint64_t siv128_getword(SIV_BLOCK const *b, size_t i) in siv128_getword() 51 static ossl_inline void siv128_putword(SIV_BLOCK *b, size_t i, uint64_t x) in siv128_putword() 61 static ossl_inline void siv128_xorblock(SIV_BLOCK *x, in siv128_xorblock() 62 SIV_BLOCK const *y) in siv128_xorblock() 74 static ossl_inline void siv128_dbl(SIV_BLOCK *b) in siv128_dbl() 89 __owur static ossl_inline int siv128_do_s2v_p(SIV128_CONTEXT *ctx, SIV_BLOCK *out, in siv128_do_s2v_p() 92 SIV_BLOCK t; in siv128_do_s2v_p() 131 SIV_BLOCK *icv) in siv128_do_encrypt() 249 SIV_BLOCK mac_out; in ossl_siv128_aad() 277 SIV_BLOCK in ossl_siv128_encrypt() [all...] |
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | modes.h | 209 } SIV_BLOCK; typedef 214 SIV_BLOCK d; 215 SIV_BLOCK tag;
|
/third_party/openssl/include/crypto/ |
H A D | modes.h | 209 } SIV_BLOCK; typedef 214 SIV_BLOCK d; 215 SIV_BLOCK tag;
|
Completed in 3 milliseconds