Home
last modified time | relevance | path

Searched refs:a_nonce (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_reconfig.c50 struct wpabuf *a_nonce = NULL, *e_id = NULL; in dpp_build_reconfig_announcement() local
87 a_nonce = crypto_ec_key_get_pubkey_point(id->a_nonce, 0); in dpp_build_reconfig_announcement()
89 if (!a_nonce || !e_id) in dpp_build_reconfig_announcement()
94 attr_len += 4 + wpabuf_len(a_nonce); in dpp_build_reconfig_announcement()
112 wpabuf_put_le16(msg, wpabuf_len(a_nonce)); in dpp_build_reconfig_announcement()
113 wpabuf_put_buf(msg, a_nonce); in dpp_build_reconfig_announcement()
123 wpabuf_free(a_nonce); in dpp_build_reconfig_announcement()
229 struct crypto_ec_key *a_nonce, *e_prime_id; in dpp_reconfig_init() local
245 a_nonce = dpp_set_pubkey_point(conf->csign, a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
246 if (!a_nonce) { in dpp_reconfig_init()
[all …]
Ddpp_crypto.c2263 struct crypto_ec_point *e_prime_id, *a_nonce; in dpp_update_reconfig_id() local
2268 a_nonce = crypto_ec_point_init(id->ec); in dpp_update_reconfig_id()
2276 if (!pp || !e_prime_id || !a_nonce || !bn || !q || !generator || in dpp_update_reconfig_id()
2278 crypto_ec_point_mul(id->ec, generator, bn, a_nonce) || in dpp_update_reconfig_id()
2283 crypto_ec_point_debug_print(id->ec, a_nonce, in dpp_update_reconfig_id()
2288 crypto_ec_key_deinit(id->a_nonce); in dpp_update_reconfig_id()
2290 id->a_nonce = crypto_ec_key_set_pub_point(id->ec, a_nonce); in dpp_update_reconfig_id()
2292 if (!id->a_nonce || !id->e_prime_id) in dpp_update_reconfig_id()
2299 crypto_ec_point_deinit(a_nonce, 1); in dpp_update_reconfig_id()
2310 crypto_ec_key_deinit(id->a_nonce); in dpp_free_reconfig_id()
[all …]
Ddpp_i.h135 struct crypto_ec_key *a_nonce,
146 struct crypto_ec_key *a_nonce; /* A-NONCE */ member
Ddpp_tcp.c878 const u8 *csign_hash, *fcgroup, *a_nonce, *e_id; in dpp_controller_rx_reconfig_announcement() local
919 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in dpp_controller_rx_reconfig_announcement()
923 a_nonce, a_nonce_len, e_id, e_id_len); in dpp_controller_rx_reconfig_announcement()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddpp_hostapd.c1345 const u8 *csign_hash, *fcgroup, *a_nonce, *e_id; in hostapd_dpp_rx_reconfig_announcement() local
1392 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in hostapd_dpp_rx_reconfig_announcement()
1396 conf, freq, group, a_nonce, a_nonce_len, in hostapd_dpp_rx_reconfig_announcement()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddpp_supplicant.c2133 const u8 *csign_hash, *fcgroup, *a_nonce, *e_id; in wpas_dpp_rx_reconfig_announcement() local
2178 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in wpas_dpp_rx_reconfig_announcement()
2182 a_nonce, a_nonce_len, e_id, e_id_len); in wpas_dpp_rx_reconfig_announcement()