Searched refs:iv_array (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 6504 unsigned char *iv_array[EVP_MAX_PIPES], *tag_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local 6543 memset(iv_array, 0, sizeof(iv_array)); in test_evp_cipher_pipeline() 6553 if (!TEST_ptr(iv_array[i] = OPENSSL_malloc(ivlen)) in test_evp_cipher_pipeline() 6560 memset(iv_array[i], i + 33, ivlen); in test_evp_cipher_pipeline() 6578 (const unsigned char **)iv_array, in test_evp_cipher_pipeline() 6612 if (!TEST_true(EVP_EncryptInit(ctx, cipher, key, iv_array[i])) in test_evp_cipher_pipeline() 6647 (const unsigned char **)iv_array, in test_evp_cipher_pipeline() 6675 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline() 6691 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline()
|