Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Ddh_exch.c122 static int dh_init(void *vpdhctx, void *vdh, const OSSL_PARAM params[]) in dh_init() argument
128 || 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() argument
166 || 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