| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| evpciph_aes_siv.txt | 14 Title = RFC5297 AES-SIV 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 82 Cipher = aes-128-siv [all...] |
| evpciph_aes_gcm_siv.txt | 14 Title = RFC8452 AES-GCM-SIV 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 80 Cipher = aes-128-gcm-siv 89 Cipher = aes-128-gcm-siv [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| evpciph_aes_siv.txt | 14 Title = RFC5297 AES-SIV 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
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_siv_hw.c | 23 SIV128_CONTEXT *sctx = &ctx->siv; 72 out->siv.cipher_ctx = NULL; 73 out->siv.mac_ctx_init = NULL; 74 out->siv.mac = NULL; 75 if (!ossl_siv128_copy_ctx(&out->siv, &in->siv)) 84 SIV128_CONTEXT *sctx = &ctx->siv; 92 SIV128_CONTEXT *sctx = &ctx->siv; 100 SIV128_CONTEXT *sctx = &ctx->siv; 111 SIV128_CONTEXT *sctx = &ctx->siv; [all...] |
| cipher_aes_siv.h | 12 #include "crypto/siv.h" 29 SIV128_CONTEXT siv; member in struct:prov_siv_ctx_st
|
| cipher_aes_siv.c | 10 /* Dispatch functions for AES SIV mode */ 153 SIV128_CONTEXT *sctx = &ctx->siv; 294 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 128, 8, 0) 295 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 192, 8, 0) 296 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 256, 8, 0)
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_siv_hw.c | 23 SIV128_CONTEXT *sctx = &ctx->siv; 65 out->siv.cipher_ctx = NULL; 66 out->siv.mac_ctx_init = NULL; 67 out->siv.mac = NULL; 68 if (!ossl_siv128_copy_ctx(&out->siv, &in->siv)) 80 SIV128_CONTEXT *sctx = &ctx->siv; 88 SIV128_CONTEXT *sctx = &ctx->siv; 96 SIV128_CONTEXT *sctx = &ctx->siv; 107 SIV128_CONTEXT *sctx = &ctx->siv; [all...] |
| cipher_aes_siv.h | 12 #include "crypto/siv.h" 29 SIV128_CONTEXT siv; member in struct:prov_siv_ctx_st
|
| cipher_aes_siv.c | 10 /* Dispatch functions for AES SIV mode */ 164 SIV128_CONTEXT *sctx = &ctx->siv; 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)
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| Makefile | 21 aes-siv.o \
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| symmetric.c | 115 (void) memcpy(decrypt->civ, decrypt->siv + decrypt->num, 768 decrypt->block_encrypt(decrypt, decrypt->siv, decrypt->iv); 769 (void) memcpy(decrypt->civ, decrypt->siv, decrypt->blocksize); 789 (void) memcpy(decrypt->siv, decrypt->civ, 816 (void) memcpy(encrypt->siv, encrypt->civ,
|
| crypto.h | 96 uint8_t siv[PGP_MAX_BLOCK_SIZE]; member in struct:pgp_crypt_t 97 /* siv is needed for weird v3 resync */
|
| /src/external/bsd/wpa/bin/hostapd/ |
| Makefile | 113 aes-siv.c \
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| evp_libctx_test.c | 316 int ret = 0, diff, ccm, siv, no_null_key; local 353 /* siv cannot be called with NULL key as the iv is irrelevant */ 354 siv = (EVP_CIPHER_get_mode(cipher) == EVP_CIPH_SIV_MODE); 375 ccm || siv ? 0 : 1)))) 386 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len)))
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_libctx_test.c | 350 int ret = 0, diff, ccm, siv, no_null_key; local 447 /* siv cannot be called with NULL key as the iv is irrelevant */ 448 siv = (EVP_CIPHER_get_mode(cipher) == EVP_CIPH_SIV_MODE); 468 ccm || siv ? 0 : 1)))) 479 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len)))
|
| /src/external/bsd/wpa/dist/hostapd/ |
| Android.mk | 840 AESOBJS += src/crypto/aes-siv.c
|