Lines Matching refs:dhpeer
65 DH *dhpeer;
137 DH_free(pdhctx->dhpeer);
138 pdhctx->dhpeer = vdh;
151 if (pdhctx->dh == NULL || pdhctx->dhpeer == NULL) {
166 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL);
248 DH_free(pdhctx->dhpeer);
269 dstctx->dhpeer = NULL;
279 if (srcctx->dhpeer != NULL && !DH_up_ref(srcctx->dhpeer))
282 dstctx->dhpeer = srcctx->dhpeer;