Home
last modified time | relevance | path

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

/openssl/crypto/modes/
H A Dsiv128.c101 if (len >= SIV_LEN) { in siv128_do_s2v_p()
104 memcpy(&t, in + (len-SIV_LEN), SIV_LEN); in siv128_do_s2v_p()
118 || out_len != SIV_LEN) in siv128_do_s2v_p()
168 size_t out_len = SIV_LEN; in ossl_siv128_init()
250 size_t out_len = SIV_LEN; in ossl_siv128_aad()
259 || out_len != SIV_LEN) { in ossl_siv128_aad()
287 memcpy(ctx->tag.byte, &q, SIV_LEN); in ossl_siv128_encrypt()
313 memcpy(&q, ctx->tag.byte, SIV_LEN); in ossl_siv128_decrypt()
322 for (i = 0; i < SIV_LEN; i++) in ossl_siv128_decrypt()
346 if (len != SIV_LEN) in ossl_siv128_set_tag()
[all …]
/openssl/include/crypto/
H A Dmodes.h217 #define SIV_LEN 16 macro
220 uint64_t word[SIV_LEN/sizeof(uint64_t)];
221 unsigned char byte[SIV_LEN];
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.c40 ctx->taglen = SIV_LEN; in aes_siv_newctx()

Completed in 12 milliseconds