Searched refs:siv (Results 1 – 10 of 10) sorted by relevance
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_gcm_siv.txt | 17 Cipher = aes-128-gcm-siv 26 Cipher = aes-128-gcm-siv 35 Cipher = aes-128-gcm-siv 44 Cipher = aes-128-gcm-siv 53 Cipher = aes-128-gcm-siv 62 Cipher = aes-128-gcm-siv 71 Cipher = aes-128-gcm-siv 81 Cipher = aes-128-gcm-siv 91 Cipher = aes-128-gcm-siv 101 Cipher = aes-128-gcm-siv [all …]
|
H A D | evpciph_aes_siv.txt | 16 Cipher = aes-128-siv 23 Cipher = aes-128-siv 29 Cipher = aes-128-siv 36 Cipher = aes-128-siv 45 Cipher = aes-128-siv 54 Cipher = aes-128-siv 63 Cipher = aes-192-siv 70 Cipher = aes-256-siv
|
/openssl/providers/implementations/ciphers/ |
H 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()
|
H A D | cipher_aes_siv.c | 162 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_get_ctx_params() 303 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 128, 8, 0) 304 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 192, 8, 0) 305 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 256, 8, 0)
|
H A D | cipher_aes_siv.h | 29 SIV128_CONTEXT siv; member
|
H A D | build.info | 115 IF[{- !$disabled{siv} -}]
|
/openssl/test/ |
H A D | evp_libctx_test.c | 348 int ret = 0, diff, ccm, siv, no_null_key; in test_cipher_reinit() local 390 siv = (EVP_CIPHER_get_mode(cipher) == EVP_CIPH_SIV_MODE); in test_cipher_reinit() 410 ccm || siv ? 0 : 1)))) in test_cipher_reinit() 421 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len))) in test_cipher_reinit()
|
/openssl/.github/workflows/ |
H A D | run-checker-daily.yml | 107 no-siv,
|
/openssl/crypto/objects/ |
H A D | objects.txt | 1859 : AES-128-SIV : aes-128-siv 1860 : AES-192-SIV : aes-192-siv 1861 : AES-256-SIV : aes-256-siv
|
/openssl/ |
H A D | INSTALL.md | 1205 siphash|siv|sm2|sm3|sm4|whirlpool}
|
Completed in 38 milliseconds