Searched refs:SIV_BLOCK (Results 1 – 2 of 2) sorted by relevance
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 q; in ossl_siv128_encrypt()[all …]
222 } SIV_BLOCK; typedef227 SIV_BLOCK d;228 SIV_BLOCK tag;
Completed in 10 milliseconds