Home | History | Annotate | Download | only in ap

Lines Matching full:curve

115 	char *chan = NULL, *mac = NULL, *info = NULL, *pk = NULL, *curve = NULL;
137 curve = get_param(cmd, " curve=");
148 pk = dpp_keygen(bi, curve, privkey, privkey_len);
182 os_free(curve);
268 "curve=%s\n",
273 bi->curve->name);
479 if (peer_bi->curve != own_bi->curve) {
482 peer_bi->curve->name, own_bi->curve->name);
1103 bi->curve = pkex->own_bi->curve;
1150 bi->curve = own_bi->curve;
1280 char *curve = NULL;
1287 curve = get_param(cmd, " curve=");
1298 conf = dpp_keygen_configurator(curve, privkey, privkey_len);
1307 os_free(curve);