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

/freebsd-current/crypto/openssl/test/
H A Devp_extra_test.c4763 EVP_CIPHER_CTX *ciphctx = NULL; local
4791 ciphctx = EVP_CIPHER_CTX_new();
4792 if (!TEST_ptr(ciphctx)
4798 || !TEST_true(EVP_CipherInit_ex(ciphctx, tmp, NULL, NULL, NULL, 1))
4799 || !TEST_true(EVP_CipherInit_ex(ciphctx, EVP_aes_128_cbc(), NULL,
4807 EVP_CIPHER_CTX_free(ciphctx);

Completed in 79 milliseconds