Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:dh_ctx

1388 	dh5_free(wps->dh_ctx);
1396 wps->dh_ctx = NULL;
1403 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, wps->dh_pubkey);
1404 if (wps->dh_ctx == NULL)