| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_siv.h | 12 #include "crypto/siv.h" 29 SIV128_CONTEXT siv; member in struct:prov_siv_ctx_st
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_siv.h | 12 #include "crypto/siv.h" 29 SIV128_CONTEXT siv; member in struct:prov_siv_ctx_st
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| 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/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/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)))
|