Searched refs:vdh (Results 1 – 1 of 1) sorted by relevance
122 static int dh_init(void *vpdhctx, void *vdh, const OSSL_PARAM params[]) in dh_init() argument128 || vdh == NULL in dh_init()129 || !DH_up_ref(vdh)) in dh_init()132 pdhctx->dh = vdh; in dh_init()160 static int dh_set_peer(void *vpdhctx, void *vdh) in dh_set_peer() argument166 || vdh == NULL in dh_set_peer()167 || !dh_match_params(vdh, pdhctx->dh) in dh_set_peer()168 || !DH_up_ref(vdh)) in dh_set_peer()171 pdhctx->dhpeer = vdh; in dh_set_peer()
Completed in 4 milliseconds