Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test.c5926 unsigned char *iv_array[EVP_MAX_PIPES], *tag_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local
5964 memset(iv_array, 0, sizeof(iv_array)); in test_evp_cipher_pipeline()
5974 if (!TEST_ptr(iv_array[i] = OPENSSL_malloc(ivlen)) in test_evp_cipher_pipeline()
5981 memset(iv_array[i], i + 33, ivlen); in test_evp_cipher_pipeline()
5999 (const unsigned char **)iv_array, in test_evp_cipher_pipeline()
6033 if (!TEST_true(EVP_EncryptInit(ctx, cipher, key, iv_array[i])) in test_evp_cipher_pipeline()
6068 (const unsigned char **)iv_array, in test_evp_cipher_pipeline()
6096 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline()
6112 OPENSSL_free(iv_array[i]); in test_evp_cipher_pipeline()

Completed in 38 milliseconds