Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c6505 unsigned char *plaintext_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local
6544 memset(plaintext_array, 0, sizeof(plaintext_array)); in test_evp_cipher_pipeline()
6554 || !TEST_ptr(plaintext_array[i] = OPENSSL_malloc(plaintextlen)) in test_evp_cipher_pipeline()
6561 memset(plaintext_array[i], i + 1, plaintextlen); in test_evp_cipher_pipeline()
6582 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline()
6586 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline()
6614 plaintext_array[i], in test_evp_cipher_pipeline()
6617 plaintext_array[i], in test_evp_cipher_pipeline()
6651 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline()
6653 || !TEST_true(EVP_CipherPipelineUpdate(ctx, plaintext_array, in test_evp_cipher_pipeline()
[all …]