Searched refs:siv (Results 1 – 8 of 8) sorted by relevance
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_siv_hw.c | 23 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_initkey() 65 out->siv.cipher_ctx = NULL; in aes_siv_dupctx() 66 out->siv.mac_ctx_init = NULL; in aes_siv_dupctx() 67 out->siv.mac = NULL; in aes_siv_dupctx() 68 if (!ossl_siv128_copy_ctx(&out->siv, &in->siv)) in aes_siv_dupctx() 80 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_settag() 88 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_setspeed() 96 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cleanup() 107 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cipher()
|
A D | cipher_aes_siv.c | 160 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_get_ctx_params() 301 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 128, 8, 0) 302 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 192, 8, 0) 303 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 256, 8, 0)
|
A D | cipher_aes_siv.h | 29 SIV128_CONTEXT siv; member
|
A D | build.info | 56 IF[{- !$disabled{siv} -}]
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evpciph_aes_siv.txt | 16 Cipher = aes-128-siv 23 Cipher = aes-128-siv 32 Cipher = aes-192-siv 39 Cipher = aes-256-siv
|
/openssl-master/test/ |
A D | evp_libctx_test.c | 317 int ret = 0, diff, ccm, siv, no_null_key; in test_cipher_reinit() local 355 siv = (EVP_CIPHER_get_mode(cipher) == EVP_CIPH_SIV_MODE); in test_cipher_reinit() 376 ccm || siv ? 0 : 1)))) in test_cipher_reinit() 387 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len))) in test_cipher_reinit()
|
/openssl-master/crypto/objects/ |
A D | objects.txt | 1747 : AES-128-SIV : aes-128-siv 1748 : AES-192-SIV : aes-192-siv 1749 : AES-256-SIV : aes-256-siv
|
/openssl-master/ |
A D | INSTALL.md | 988 siphash|siv|sm2|sm3|sm4|whirlpool}
|
Completed in 19 milliseconds