Home
last modified time | relevance | path

Searched refs:e_id (Results 1 - 9 of 9) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_reconfig.c50 struct wpabuf *a_nonce = NULL, *e_id = NULL; in dpp_build_reconfig_announcement() local
88 e_id = crypto_ec_key_get_pubkey_point(id->e_prime_id, 0); in dpp_build_reconfig_announcement()
89 if (!a_nonce || !e_id) in dpp_build_reconfig_announcement()
95 attr_len += 4 + wpabuf_len(e_id); in dpp_build_reconfig_announcement()
117 wpabuf_put_le16(msg, wpabuf_len(e_id)); in dpp_build_reconfig_announcement()
118 wpabuf_put_buf(msg, e_id); in dpp_build_reconfig_announcement()
124 wpabuf_free(e_id); in dpp_build_reconfig_announcement()
230 struct crypto_ec_point *e_id; in dpp_reconfig_init() local
263 e_id = dpp_decrypt_e_id(conf->pp_key, a_nonce, e_prime_id); in dpp_reconfig_init()
266 if (!e_id) { in dpp_reconfig_init()
[all...]
H A Ddpp_crypto.c2207 struct crypto_ec_point *e_id = NULL; in dpp_gen_reconfig_id() local
2224 e_id = crypto_ec_point_init(ec); in dpp_gen_reconfig_id()
2228 if (!e_id || !bn || !q || !generator || in dpp_gen_reconfig_id()
2230 crypto_ec_point_mul(ec, generator, bn, e_id)) in dpp_gen_reconfig_id()
2233 crypto_ec_point_debug_print(ec, e_id, in dpp_gen_reconfig_id()
2242 id->e_id = e_id; in dpp_gen_reconfig_id()
2243 e_id = NULL; in dpp_gen_reconfig_id()
2249 crypto_ec_point_deinit(e_id, 1); in dpp_gen_reconfig_id()
2280 crypto_ec_point_add(id->ec, id->e_id, e_prime_i in dpp_update_reconfig_id()
2325 struct crypto_ec_point *e_id = NULL; dpp_decrypt_e_id() local
[all...]
H A Ddpp_i.h144 struct crypto_ec_point *e_id; /* E-id */ member
H A Ddpp_tcp.c878 const u8 *csign_hash, *fcgroup, *a_nonce, *e_id; in dpp_controller_rx_reconfig_announcement() local
920 e_id = dpp_get_attr(buf, len, DPP_ATTR_E_PRIME_ID, &e_id_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/f2fs-tools/fsck/
H A Dxattr.h59 __le32 e_id; member
H A Dmount.c173 le32_to_cpu(entry->e_id)); in print_acl()
181 le32_to_cpu(entry->e_id)); in print_acl()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c1345 const u8 *csign_hash, *fcgroup, *a_nonce, *e_id; in hostapd_dpp_rx_reconfig_announcement() local
1393 e_id = dpp_get_attr(buf, len, DPP_ATTR_E_PRIME_ID, &e_id_len); in hostapd_dpp_rx_reconfig_announcement()
1397 e_id, e_id_len); in hostapd_dpp_rx_reconfig_announcement()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c2133 const u8 *csign_hash, *fcgroup, *a_nonce, *e_id; in wpas_dpp_rx_reconfig_announcement() local
2179 e_id = dpp_get_attr(buf, len, DPP_ATTR_E_PRIME_ID, &e_id_len); in wpas_dpp_rx_reconfig_announcement()
2182 a_nonce, a_nonce_len, e_id, e_id_len); in wpas_dpp_rx_reconfig_announcement()
/third_party/curl/lib/vtls/
H A Dopenssl.c1803 const char *e_id = ENGINE_get_id(e); in ossl_set_engine() local
1804 if(!strcmp(engine, e_id)) in ossl_set_engine()

Completed in 24 milliseconds