Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:dh_ctx

2309 	dh5_free(wps->dh_ctx);
2315 wps->dh_ctx = NULL;
2323 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, wps->dh_pubkey);
2324 if (wps->dh_ctx == NULL) {