Searched refs:outctx (Results 1 – 6 of 6) sorted by relevance
140 …struct blake##variant##_md_data_st *inctx, *outctx; …142 …outctx = (struct blake##variant##_md_data_st *)voutctx; …144 …*outctx = *inctx; …
559 KECCAK1600_CTX *outctx = (KECCAK1600_CTX *)voutctx; in keccak_copyctx() local562 *outctx = *inctx; in keccak_copyctx()
77 CTX *outctx = (CTX *)voutctx; \79 *outctx = *inctx; \
3395 EVP_MD_CTX *inctx = NULL, *outctx = NULL; in test_evp_md_ctx_copy2() local3403 outctx = EVP_MD_CTX_new(); in test_evp_md_ctx_copy2()3405 if (!TEST_ptr(inctx) || !TEST_ptr(outctx)) in test_evp_md_ctx_copy2()3411 if (!TEST_true(EVP_DigestInit_ex2(outctx, md, NULL))) in test_evp_md_ctx_copy2()3418 origin_algctx = outctx->algctx; in test_evp_md_ctx_copy2()3419 ret = TEST_true(EVP_MD_CTX_copy_ex(outctx, inctx)) in test_evp_md_ctx_copy2()3420 && TEST_true(outctx->algctx == origin_algctx); in test_evp_md_ctx_copy2()3425 EVP_MD_CTX_free(outctx); in test_evp_md_ctx_copy2()
845 krb5_rd_req_out_ctx *outctx) in krb5_rd_req_ctx() argument853 *outctx = NULL; in krb5_rd_req_ctx()1064 if (ret || outctx == NULL) { in krb5_rd_req_ctx()1067 *outctx = o; in krb5_rd_req_ctx()
335 OSSL_CORE_MAKE_FUNC(void, digest_copyctx, (void *outctx, void *inctx))