Searched refs:plaintext_array (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 6547 unsigned char *plaintext_array[EVP_MAX_PIPES]; in test_evp_cipher_pipeline() local 6586 memset(plaintext_array, 0, sizeof(plaintext_array)); in test_evp_cipher_pipeline() 6596 || !TEST_ptr(plaintext_array[i] = OPENSSL_malloc(plaintextlen)) in test_evp_cipher_pipeline() 6603 memset(plaintext_array[i], i + 1, plaintextlen); in test_evp_cipher_pipeline() 6624 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline() 6628 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline() 6656 plaintext_array[i], in test_evp_cipher_pipeline() 6659 plaintext_array[i], in test_evp_cipher_pipeline() 6693 (const unsigned char **)plaintext_array, in test_evp_cipher_pipeline() 6695 || !TEST_true(EVP_CipherPipelineUpdate(ctx, plaintext_array, in test_evp_cipher_pipeline() [all …]
|