EVP_CIPHER_can_pipeline
if (is_pipeline && !EVP_CIPHER_can_pipeline(cipher, enc)) {
int EVP_CIPHER_can_pipeline(const EVP_CIPHER *cipher, int enc);
if (!TEST_false(EVP_CIPHER_can_pipeline(cipher, 1)))
if (!TEST_false(EVP_CIPHER_can_pipeline(EVP_aes_256_gcm(), 1)))
|| !TEST_true(EVP_CIPHER_can_pipeline(pipeline_cipher, 1))
|| !TEST_true(EVP_CIPHER_can_pipeline(pipeline_cipher, 0))