Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Ddh_exch.c65 DH *dhpeer; member
170 DH_free(pdhctx->dhpeer); in dh_set_peer()
171 pdhctx->dhpeer = vdh; in dh_set_peer()
184 if (pdhctx->dh == NULL || pdhctx->dhpeer == NULL) { in dh_plain_derive()
199 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
279 DH_free(pdhctx->dhpeer); in dh_freectx()
300 dstctx->dhpeer = NULL; in dh_dupctx()
310 if (srcctx->dhpeer != NULL && !DH_up_ref(srcctx->dhpeer)) in dh_dupctx()
313 dstctx->dhpeer = srcctx->dhpeer; in dh_dupctx()

Completed in 5 milliseconds