Lines Matching full:curve
135 char *chan = NULL, *mac = NULL, *info = NULL, *pk = NULL, *curve = NULL;
157 curve = get_param(cmd, " curve=");
168 pk = dpp_keygen(bi, curve, privkey, privkey_len);
202 os_free(curve);
288 "curve=%s\n",
293 bi->curve->name);
530 if (peer_bi->curve != own_bi->curve) {
533 peer_bi->curve->name, own_bi->curve->name);
1486 bi->curve = pkex->own_bi->curve;
1533 bi->curve = own_bi->curve;
1691 char *curve = NULL;
1698 curve = get_param(cmd, " curve=");
1709 conf = dpp_keygen_configurator(curve, privkey, privkey_len);
1718 os_free(curve);
1766 char *curve = NULL;
1772 curve = get_param(cmd, " curve=");
1775 if (dpp_configurator_own_config(auth, curve) == 0) {
1781 os_free(curve);