Searched refs:plaintext_array (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 7169 unsigned char *plaintext_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local 7208 memset(plaintext_array, 0, sizeof(plaintext_array)); in test_evp_cipher_pipeline() 7218 || !TEST_ptr(plaintext_array[i] = OPENSSL_malloc(plaintextlen)) in test_evp_cipher_pipeline() 7224 memset(plaintext_array[i], i + 1, plaintextlen); in test_evp_cipher_pipeline() 7244 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline() 7248 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline() 7276 plaintext_array[i], in test_evp_cipher_pipeline() 7279 plaintext_array[i], in test_evp_cipher_pipeline() 7313 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline() 7315 || !TEST_true(EVP_CipherPipelineUpdate(ctx, plaintext_array, in test_evp_cipher_pipeline() [all …]
|