Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Ddh_exch.c84 PROV_DH_CTX *pdhctx; in dh_newctx() local
90 if (pdhctx == NULL) in dh_newctx()
95 return pdhctx; in dh_newctx()
131 DH_free(pdhctx->dh); in dh_init()
132 pdhctx->dh = vdh; in dh_init()
184 if (pdhctx->dh == NULL || pdhctx->dhpeer == NULL) { in dh_plain_derive()
281 OPENSSL_clear_free(pdhctx->kdf_ukm, pdhctx->kdf_ukmlen); in dh_freectx()
348 if (pdhctx == NULL) in dh_set_ctx_params()
391 pdhctx->kdf_md = EVP_MD_fetch(pdhctx->libctx, name, mdprops); in dh_set_ctx_params()
400 if (!digest_check(pdhctx, pdhctx->kdf_md)) { in dh_set_ctx_params()
[all …]

Completed in 6 milliseconds