Lines Matching refs:curve

236     for curve, hex in tests:
240 raise Exception("Failed to get info for " + curve)
241 if "curve=" + curve not in info:
242 raise Exception("Curve mismatch for " + curve)
250 for curve, hex in tests:
254 raise Exception("Failed to get info for " + curve)
255 if "curve=" + curve not in info:
256 raise Exception("Curve mismatch for " + curve)
300 curve = val
303 bi.append((curve, uri))
305 for curve, uri in bi:
306 logger.info("Curve: " + curve)
428 def run_dpp_qr_code_auth_unicast(dev, apdev, curve, netrole=None, key=None, argument
435 brainpool = (curve and "brainpool" in curve) or \
440 conf_id = dev[1].dpp_configurator_add(curve=conf_curve,
447 id1 = dev[1].dpp_bootstrap_gen(chan="81/1", mac=True, curve=curve)
454 id0 = dev[0].dpp_bootstrap_gen(chan="81/1", mac=True, curve=curve, key=key)
557 def run_dpp_qr_code_auth_mutual(dev, apdev, curve): argument
558 check_dpp_capab(dev[0], curve and "BP-" in curve)
559 check_dpp_capab(dev[1], curve and "BP-" in curve)
561 id0 = dev[0].dpp_bootstrap_gen(chan="81/1", mac=True, curve=curve)
675 id1b = dev[1].dpp_bootstrap_gen(chan="81/1", mac=True, curve="secp384r1")
1943 run_dpp_ap_config(dev, apdev, curve="P-256", conf_curve="P-256")
1947 run_dpp_ap_config(dev, apdev, curve="P-256", conf_curve="P-384")
1951 run_dpp_ap_config(dev, apdev, curve="P-256", conf_curve="P-521")
1955 run_dpp_ap_config(dev, apdev, curve="P-384", conf_curve="P-256")
1959 run_dpp_ap_config(dev, apdev, curve="P-384", conf_curve="P-384")
1963 run_dpp_ap_config(dev, apdev, curve="P-384", conf_curve="P-521")
1967 run_dpp_ap_config(dev, apdev, curve="P-521", conf_curve="P-256")
1971 run_dpp_ap_config(dev, apdev, curve="P-521", conf_curve="P-384")
1975 run_dpp_ap_config(dev, apdev, curve="P-521", conf_curve="P-521")
1979 run_dpp_ap_config(dev, apdev, curve="BP-256", conf_curve="BP-256")
1983 run_dpp_ap_config(dev, apdev, curve="BP-384", conf_curve="BP-384")
1987 run_dpp_ap_config(dev, apdev, curve="BP-512", conf_curve="BP-512")
1991 run_dpp_ap_config(dev, apdev, curve="P-256", conf_curve="BP-256")
1995 run_dpp_ap_config(dev, apdev, curve="BP-256", conf_curve="P-256")
1999 run_dpp_ap_config(dev, apdev, curve="P-521", conf_curve="BP-512")
2003 run_dpp_ap_config(dev, apdev, curve="BP-512", conf_curve="P-521")
2067 def run_dpp_ap_config(dev, apdev, curve=None, conf_curve=None, argument
2075 brainpool = (curve and "BP-" in curve) or \
2082 id_h = hapd.dpp_bootstrap_gen(chan="81/1", mac=True, curve=curve)
2085 conf_id = dev[0].dpp_configurator_add(curve=conf_curve)
2100 id1 = dev[1].dpp_bootstrap_gen(chan="81/1", mac=True, curve=curve)
2105 conf_id = dev[0].dpp_configurator_add(curve=conf_curve, key=csign)
2696 def run_dpp_pkex(dev, apdev, curve=None, init_extra=None, check_config=False, argument
2700 check_dpp_capab(dev[0], curve and "brainpool" in curve, min_ver=min_ver)
2701 check_dpp_capab(dev[1], curve and "brainpool" in curve, min_ver=min_ver)
2703 curve=curve)
2704 dev[1].dpp_pkex_init(identifier=identifier_i, code="secret", curve=curve,
2825 dev[0].dpp_pkex_resp(2437, identifier="test", code="secret", curve="P-256")
2826 dev[1].dpp_pkex_init(identifier="test", code="secret", curve="P-384")
2842 dev[0].dpp_pkex_resp(2437, identifier="test", code="secret", curve="P-256")
2845 dev[1].dpp_pkex_init(identifier="test", code="secret", curve="P-384")
2883 def run_dpp_pkex2(dev, apdev, curve=None, init_extra=""): argument
2886 dev[0].dpp_pkex_resp(2437, identifier="test", code="secret", curve=curve,
2889 curve=curve, extra=init_extra)
3061 curve="secp384r1")
3064 curve="secp384r1",
3674 id5 = wpas.dpp_bootstrap_gen(chan="81/1", mac=True, curve="P-521")
6654 curve=curve0)
6658 curve=curve1)
6694 curve="secp384r1")
7163 configurator = dev[1].dpp_configurator_add(curve=conf_curve)