Searched refs:cipherctx (Results 1 – 1 of 1) sorted by relevance
312 EVP_CIPHER_CTX *cipherctx = EVP_CIPHER_CTX_new(); in thread_general_worker() local336 || !TEST_ptr(cipherctx) in thread_general_worker()348 if (!TEST_true(EVP_EncryptInit_ex(cipherctx, ciph, NULL, key, iv)) in thread_general_worker()349 || !TEST_true(EVP_EncryptUpdate(cipherctx, out, &ciphoutl, in thread_general_worker()352 || !TEST_true(EVP_EncryptFinal(cipherctx, out, &ciphoutl))) in thread_general_worker()369 EVP_CIPHER_CTX_free(cipherctx); in thread_general_worker()