Home
last modified time | relevance | path

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

/src/crypto/openssl/test/ !
H A Devp_extra_test.c6496 unsigned char *plaintext_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local
6535 memset(plaintext_array, 0, sizeof(plaintext_array)); in test_evp_cipher_pipeline()
6545 || !TEST_ptr(plaintext_array[i] = OPENSSL_malloc(plaintextlen)) in test_evp_cipher_pipeline()
6551 memset(plaintext_array[i], i + 1, plaintextlen); in test_evp_cipher_pipeline()
6571 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline()
6575 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline()
6603 plaintext_array[i], in test_evp_cipher_pipeline()
6606 plaintext_array[i], in test_evp_cipher_pipeline()
6640 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline()
6642 || !TEST_true(EVP_CipherPipelineUpdate(ctx, plaintext_array, in test_evp_cipher_pipeline()
[all …]