Home
last modified time | relevance | path

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

/openssl/providers/implementations/digests/
H A Dblake2_prov.c140 struct blake##variant##_md_data_st *inctx, *outctx; \
143 inctx = (struct blake##variant##_md_data_st *)vinctx; \
144 *outctx = *inctx; \
H A Dsha3_prov.c568 KECCAK1600_CTX *inctx = (KECCAK1600_CTX *)vinctx; in keccak_copyctx() local
570 *outctx = *inctx; in keccak_copyctx()
/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h76 CTX *inctx = (CTX *)vinctx; \
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
1367 inctx = EVP_MD_CTX_new(); in test_evp_md_ctx_copy2()
1370 if (!TEST_ptr(inctx) || !TEST_ptr(outctx)) in test_evp_md_ctx_copy2()
1374 if (!TEST_true(EVP_DigestInit_ex2(inctx, md, NULL))) in test_evp_md_ctx_copy2()
1384 ret = TEST_true(EVP_MD_CTX_copy_ex(outctx, inctx)) in test_evp_md_ctx_copy2()
1389 EVP_MD_CTX_free(inctx); in test_evp_md_ctx_copy2()
/openssl/apps/
H A Ds_server.c486 X509_STORE_CTX *inctx = NULL; in get_ocsp_resp_from_responder() local
534 inctx = X509_STORE_CTX_new(); in get_ocsp_resp_from_responder()
535 if (inctx == NULL) in get_ocsp_resp_from_responder()
537 if (!X509_STORE_CTX_init(inctx, SSL_CTX_get_cert_store(ssl_ctx), in get_ocsp_resp_from_responder()
540 obj = X509_STORE_CTX_get_obj_by_subject(inctx, X509_LU_X509, iname); in get_ocsp_resp_from_responder()
588 X509_STORE_CTX_free(inctx); in get_ocsp_resp_from_responder()
/openssl/include/openssl/
H A Dcore_dispatch.h326 OSSL_CORE_MAKE_FUNC(void, digest_copyctx, (void *outctx, void *inctx))

Completed in 26 milliseconds