Searched refs:iv_array (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 6495 unsigned char *iv_array[EVP_MAX_PIPES], *tag_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local 6534 memset(iv_array, 0, sizeof(iv_array)); in test_evp_cipher_pipeline() 6544 if (!TEST_ptr(iv_array[i] = OPENSSL_malloc(ivlen)) in test_evp_cipher_pipeline() 6550 memset(iv_array[i], i + 33, ivlen); in test_evp_cipher_pipeline() 6567 (const unsigned char **)iv_array, in test_evp_cipher_pipeline() 6601 if (!TEST_true(EVP_EncryptInit(ctx, cipher, key, iv_array[i])) in test_evp_cipher_pipeline() 6636 (const unsigned char **)iv_array, in test_evp_cipher_pipeline() 6664 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline() 6680 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline()
|