Searched refs:iv_array (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 6546 unsigned char *iv_array[EVP_MAX_PIPES], *tag_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local 6585 memset(iv_array, 0, sizeof(iv_array)); in test_evp_cipher_pipeline() 6595 if (!TEST_ptr(iv_array[i] = OPENSSL_malloc(ivlen)) in test_evp_cipher_pipeline() 6602 memset(iv_array[i], i + 33, ivlen); in test_evp_cipher_pipeline() 6620 (const unsigned char **)iv_array, in test_evp_cipher_pipeline() 6654 if (!TEST_true(EVP_EncryptInit(ctx, cipher, key, iv_array[i])) in test_evp_cipher_pipeline() 6689 (const unsigned char **)iv_array, in test_evp_cipher_pipeline() 6717 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline() 6733 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline()
|