Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c65 DH *dhpeer; member
137 DH_free(pdhctx->dhpeer); in dh_set_peer()
138 pdhctx->dhpeer = vdh; in dh_set_peer()
151 if (pdhctx->dh == NULL || pdhctx->dhpeer == NULL) { in dh_plain_derive()
166 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
248 DH_free(pdhctx->dhpeer); in dh_freectx()
269 dstctx->dhpeer = NULL; in dh_dupctx()
279 if (srcctx->dhpeer != NULL && !DH_up_ref(srcctx->dhpeer)) in dh_dupctx()
282 dstctx->dhpeer = srcctx->dhpeer; in dh_dupctx()