Searched refs:siv (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/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 | 164 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_get_ctx_params() 305 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 128, 8, 0) 306 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 192, 8, 0) 307 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 | 56 IF[{- !$disabled{siv} -}]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
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
|
/freebsd/crypto/openssl/test/ |
H A D | evp_libctx_test.c | 316 int ret = 0, diff, ccm, siv, no_null_key; in test_cipher_reinit() local 354 siv = (EVP_CIPHER_get_mode(cipher) == EVP_CIPH_SIV_MODE); in test_cipher_reinit() 375 ccm || siv ? 0 : 1)))) in test_cipher_reinit() 386 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len))) in test_cipher_reinit()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | Makefile | 21 aes-siv.o \
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 1744 : AES-128-SIV : aes-128-siv 1745 : AES-192-SIV : aes-192-siv 1746 : AES-256-SIV : aes-256-siv
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 1012 siphash|siv|sm2|sm3|sm4|whirlpool}
|