Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/test/
H A Devp_extra_test.c4808 EVP_CIPHER_CTX *ciphctx = NULL; in test_custom_ciph_meth() local
4836 ciphctx = EVP_CIPHER_CTX_new(); in test_custom_ciph_meth()
4837 if (!TEST_ptr(ciphctx) in test_custom_ciph_meth()
4843 || !TEST_true(EVP_CipherInit_ex(ciphctx, tmp, NULL, NULL, NULL, 1)) in test_custom_ciph_meth()
4844 || !TEST_true(EVP_CipherInit_ex(ciphctx, EVP_aes_128_cbc(), NULL, in test_custom_ciph_meth()
4852 EVP_CIPHER_CTX_free(ciphctx); in test_custom_ciph_meth()