Searched refs:plaintext_array (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 6601 unsigned char *plaintext_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local 6640 memset(plaintext_array, 0, sizeof(plaintext_array)); in test_evp_cipher_pipeline() 6650 || !TEST_ptr(plaintext_array[i] = OPENSSL_malloc(plaintextlen)) in test_evp_cipher_pipeline() 6656 memset(plaintext_array[i], i + 1, plaintextlen); in test_evp_cipher_pipeline() 6676 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline() 6680 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline() 6708 plaintext_array[i], in test_evp_cipher_pipeline() 6711 plaintext_array[i], in test_evp_cipher_pipeline() 6745 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline() 6747 || !TEST_true(EVP_CipherPipelineUpdate(ctx, plaintext_array, in test_evp_cipher_pipeline() [all …]
|