Home
last modified time | relevance | path

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

/openssl/providers/implementations/digests/
H A Dblake2_prov.c140 struct blake##variant##_md_data_st *inctx, *outctx; \
142 outctx = (struct blake##variant##_md_data_st *)voutctx; \
144 *outctx = *inctx; \
H A Dsha3_prov.c567 KECCAK1600_CTX *outctx = (KECCAK1600_CTX *)voutctx; in keccak_copyctx() local
570 *outctx = *inctx; in keccak_copyctx()
/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h75 CTX *outctx = (CTX *)voutctx; \
77 *outctx = *inctx; \
/openssl/test/
H A Devp_extra_test2.c1360 EVP_MD_CTX *inctx = NULL, *outctx = NULL; in test_evp_md_ctx_copy2() local
1368 outctx = EVP_MD_CTX_new(); in test_evp_md_ctx_copy2()
1370 if (!TEST_ptr(inctx) || !TEST_ptr(outctx)) in test_evp_md_ctx_copy2()
1376 if (!TEST_true(EVP_DigestInit_ex2(outctx, md, NULL))) in test_evp_md_ctx_copy2()
1383 origin_algctx = outctx->algctx; in test_evp_md_ctx_copy2()
1384 ret = TEST_true(EVP_MD_CTX_copy_ex(outctx, inctx)) in test_evp_md_ctx_copy2()
1385 && TEST_true(outctx->algctx == origin_algctx); in test_evp_md_ctx_copy2()
1390 EVP_MD_CTX_free(outctx); in test_evp_md_ctx_copy2()
/openssl/include/openssl/
H A Dcore_dispatch.h326 OSSL_CORE_MAKE_FUNC(void, digest_copyctx, (void *outctx, void *inctx))

Completed in 22 milliseconds