Home
last modified time | relevance | path

Searched refs:csign (Results 1 – 9 of 9) sorted by relevance

/hostap-latest/src/common/
Ddpp_reconfig.c41 struct crypto_ec_key *csign = NULL; in dpp_build_reconfig_announcement() local
61 csign = crypto_ec_key_parse_pub(csign_key, csign_key_len); in dpp_build_reconfig_announcement()
62 if (!csign) { in dpp_build_reconfig_announcement()
68 uncomp = crypto_ec_key_get_pubkey_point(csign, 1); in dpp_build_reconfig_announcement()
69 crypto_ec_key_deinit(csign); in dpp_build_reconfig_announcement()
261 a_nonce = dpp_set_pubkey_point(conf->csign, a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
272 e_prime_id = dpp_set_pubkey_point(conf->csign, e_id_attr, e_id_len); in dpp_reconfig_init()
753 res = dpp_process_signed_connector(&info, auth->conf->csign, in dpp_reconfig_auth_resp_rx()
Ddpp_crypto.c860 struct crypto_ec_key *csign; in dpp_check_signed_connector() local
864 csign = crypto_ec_key_parse_pub(csign_key, csign_key_len); in dpp_check_signed_connector()
865 if (!csign) { in dpp_check_signed_connector()
878 res = dpp_process_signed_connector(info, csign, signed_connector); in dpp_check_signed_connector()
881 crypto_ec_key_deinit(csign); in dpp_check_signed_connector()
1942 sig = crypto_ec_key_sign_r_s(conf->csign, hash, curve->hash_len); in dpp_build_conn_signature()
2230 struct crypto_ec_key *csign = NULL, *ppkey = NULL; in dpp_gen_reconfig_id() local
2238 csign = crypto_ec_key_parse_pub(csign_key, csign_key_len); in dpp_gen_reconfig_id()
2239 if (!csign) in dpp_gen_reconfig_id()
2248 ec = crypto_ec_init(crypto_ec_key_group(csign)); in dpp_gen_reconfig_id()
[all …]
Ddpp.c1859 if (dpp_build_jwk(buf, "csign", auth->conf->csign, auth->conf->kid, in dpp_build_conf_obj_dpp()
2847 struct crypto_ec_key *csign) in dpp_copy_csign() argument
2851 c_sign_key = crypto_ec_key_get_subject_public_key(csign); in dpp_copy_csign()
2901 struct json_token *token, *csign, *ppkey; in dpp_parse_cred_dpp() local
2918 csign = json_get_member(cred, "csign"); in dpp_parse_cred_dpp()
2919 if (!csign || csign->type != JSON_OBJECT) { in dpp_parse_cred_dpp()
2924 csign_pub = dpp_parse_jwk(csign, &key_curve); in dpp_parse_cred_dpp()
3246 struct json_token *csign, *s_conn; in dpp_parse_conf_obj() local
3248 csign = json_get_member(cred, "csign"); in dpp_parse_conf_obj()
3250 if (csign && csign->type == JSON_OBJECT && in dpp_parse_conf_obj()
[all …]
Ddpp_backup.c25 crypto_ec_key_deinit(key->csign); in dpp_free_asymmetric_key()
155 priv_key = crypto_ec_key_get_ecprivate_key(auth->conf->csign, false); in dpp_build_key_pkg()
941 key->csign = crypto_ec_key_parse_priv(hdr.payload, hdr.length); in dpp_parse_one_asymmetric_key()
942 if (!key->csign) in dpp_parse_one_asymmetric_key()
945 dpp_debug_print_key("DPP: Received c-sign-key", key->csign); in dpp_parse_one_asymmetric_key()
Ddpp_i.h154 struct crypto_ec_key *csign; member
Ddpp.h273 struct crypto_ec_key *csign; member
408 struct crypto_ec_key *csign; member
/hostap-latest/tests/hwsim/
Dtest_dpp.py1256 csign=True): argument
1271 if csign:
1404 run_dpp_config_error(dev, apdev, build_conf_obj(csign=False))
2039 csign = p[1]
2061 hapd.set("dpp_csign", csign)
2088 csign = dev[0].request("DPP_CONFIGURATOR_GET_KEY %d" % conf_id)
2089 if "FAIL" in csign or len(csign) == 0:
2105 conf_id = dev[0].dpp_configurator_add(curve=conf_curve, key=csign)
2132 csign = p[1]
2153 dev[1].set_network(id, "dpp_csign", csign)
[all …]
Dtest_sigma_dut.py1487 csign = "30770201010420768240a3fc89d6662d9782f120527fe7fb9edc6366ab0b9c7dde96125cfd250fa00a06082a86… variable
1515 cmd = "DPP_CONFIGURATOR_ADD key=" + csign
1590 cmd = "DPP_CONFIGURATOR_ADD key=" + csign
1671 cmd = "DPP_CONFIGURATOR_ADD key=" + csign
1774 cmd = "DPP_CONFIGURATOR_ADD key=" + csign
2155 conf_id = dev[1].dpp_configurator_add(key=csign)
2220 conf_id = dev[0].dpp_configurator_add(key=csign)
3168 cmd = "DPP_CONFIGURATOR_ADD key=" + csign
3587 cmd = "DPP_CONFIGURATOR_ADD key=" + csign
3634 cmd = "DPP_CONFIGURATOR_ADD key=" + csign
[all …]
/hostap-latest/wpa_supplicant/
DREADME-DPP145 > set dpp_csign <csign-value-on-console>