Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2_prov.c140 …struct blake##variant##_md_data_st *inctx, *outctx; …
142outctx = (struct blake##variant##_md_data_st *)voutctx; …
144 …*outctx = *inctx; …
H A Dsha3_prov.c559 KECCAK1600_CTX *outctx = (KECCAK1600_CTX *)voutctx; in keccak_copyctx() local
562 *outctx = *inctx; in keccak_copyctx()
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h77 CTX *outctx = (CTX *)voutctx; \
79 *outctx = *inctx; \
/freebsd/crypto/openssl/test/
H A Devp_extra_test2.c3395 EVP_MD_CTX *inctx = NULL, *outctx = NULL; in test_evp_md_ctx_copy2() local
3403 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()
/freebsd/crypto/heimdal/lib/krb5/
H A Drd_req.c845 krb5_rd_req_out_ctx *outctx) in krb5_rd_req_ctx() argument
853 *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()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h335 OSSL_CORE_MAKE_FUNC(void, digest_copyctx, (void *outctx, void *inctx))