Home
last modified time | relevance | path

Searched refs:iv_array (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c6600 unsigned char *iv_array[EVP_MAX_PIPES], *tag_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local
6639 memset(iv_array, 0, sizeof(iv_array)); in test_evp_cipher_pipeline()
6649 if (!TEST_ptr(iv_array[i] = OPENSSL_malloc(ivlen)) in test_evp_cipher_pipeline()
6655 memset(iv_array[i], i + 33, ivlen); in test_evp_cipher_pipeline()
6672 (const unsigned char **)iv_array, in test_evp_cipher_pipeline()
6706 if (!TEST_true(EVP_EncryptInit(ctx, cipher, key, iv_array[i])) in test_evp_cipher_pipeline()
6741 (const unsigned char **)iv_array, in test_evp_cipher_pipeline()
6769 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline()
6785 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline()