Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test.c5920 EVP_CIPHER *pipeline_cipher = NULL; in test_evp_cipher_pipeline() local
5940 if (!TEST_ptr(pipeline_cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", in test_evp_cipher_pipeline()
5952 if (!TEST_false(EVP_CipherPipelineEncryptInit(ctx, pipeline_cipher, in test_evp_cipher_pipeline()
5996 || !TEST_true(EVP_CIPHER_can_pipeline(pipeline_cipher, 1)) in test_evp_cipher_pipeline()
5997 || !TEST_true(EVP_CipherPipelineEncryptInit(ctx, pipeline_cipher, in test_evp_cipher_pipeline()
6065 || !TEST_true(EVP_CIPHER_can_pipeline(pipeline_cipher, 0)) in test_evp_cipher_pipeline()
6066 || !TEST_true(EVP_CipherPipelineDecryptInit(ctx, pipeline_cipher, in test_evp_cipher_pipeline()
6123 EVP_CIPHER_free(pipeline_cipher); in test_evp_cipher_pipeline()

Completed in 19 milliseconds