/hostap-latest/src/wps/ |
D | wps_upnp_event.c | 62 static void event_clean(struct wps_event_ *e) in event_clean() 74 static void event_delete(struct wps_event_ *e) in event_delete() 88 struct wps_event_ *e; in event_dequeue() local 102 struct wps_event_ *e; in wps_upnp_event_delete_all() local 117 static void event_retry(struct wps_event_ *e, int do_next_address) in event_retry() 145 static struct wpabuf * event_build_message(struct wps_event_ *e) in event_build_message() 174 static void event_addr_failure(struct wps_event_ *e) in event_addr_failure() 216 struct wps_event_ *e = ctx; in event_http_cb() local 272 struct wps_event_ *e; in event_send_start() local 377 struct wps_event_ *e; in wps_upnp_event_add() local
|
D | http_client.c | 45 enum httpread_event e) in http_client_got_response()
|
/hostap-latest/wpa_supplicant/ |
D | bssid_ignore.c | 24 struct wpa_bssid_ignore *e; in wpa_bssid_ignore_get() local 67 struct wpa_bssid_ignore *e; in wpa_bssid_ignore_add() local 119 struct wpa_bssid_ignore *e, *prev = NULL; in wpa_bssid_ignore_del() local 152 struct wpa_bssid_ignore *e; in wpa_bssid_ignore_is_listed() local 171 struct wpa_bssid_ignore *e, *prev; in wpa_bssid_ignore_clear() local 192 struct wpa_bssid_ignore *e, *prev = NULL; in wpa_bssid_ignore_update() local
|
D | eapol_test.c | 179 static void ieee802_1x_encapsulate_radius(struct eapol_test_data *e, in ieee802_1x_encapsulate_radius() 333 struct eapol_test_data *e = ctx; in eapol_test_set_config_blob() local 341 struct eapol_test_data *e = ctx; in eapol_test_get_config_blob() local 348 struct eapol_test_data *e = ctx; in eapol_test_eapol_done_cb() local 358 struct eapol_test_data *e = eloop_ctx; in eapol_sm_reauth() local 365 static int eapol_test_compare_pmk(struct eapol_test_data *e) in eapol_test_compare_pmk() 428 struct eapol_test_data *e = ctx; in eapol_sm_cb() local 461 struct eapol_test_data *e = ctx; in eapol_test_eap_param_needed() local 508 struct eapol_test_data *e = ctx; in eapol_test_cert_cb() local 544 struct eapol_test_data *e = ctx; in eapol_test_set_anon_id() local [all …]
|
D | wifi_display.c | 243 struct wpabuf *e; in wifi_display_subelem_set() local 304 struct wpabuf *e; in wifi_display_subelem_set_from_ies() local
|
D | interworking.c | 365 static const u8 * nai_realm_parse_eap(struct nai_realm_eap *e, const u8 *pos, in nai_realm_parse_eap() 472 u8 realm_len, e; in nai_realm_parse_realm() local 703 u8 e; in nai_realm_find_eap() local 1241 struct excluded_ssid *e = &cred->excluded_ssid[i]; in cred_excluded_ssid() local
|
/hostap-latest/src/common/ |
D | ptksa_cache.c | 40 struct ptksa_cache_entry *e, *next; in ptksa_cache_expire() local 68 struct ptksa_cache_entry *e; in ptksa_cache_set_expiration() local 114 struct ptksa_cache_entry *e, *next; in ptksa_cache_deinit() local 140 struct ptksa_cache_entry *e; in ptksa_cache_get() local 167 struct ptksa_cache_entry *e; in ptksa_cache_list() local 235 struct ptksa_cache_entry *e, *next; in ptksa_cache_flush() local 276 struct ptksa_cache_entry * ptksa_cache_add(struct ptksa_cache *ptksa, in ptksa_cache_add() 377 void (*cb)(struct ptksa_cache_entry *e), void *ctx, u32 akmp) in ptksa_cache_add()
|
D | cli.c | 51 void cli_txt_list_free(struct cli_txt_entry *e) in cli_txt_list_free() 61 struct cli_txt_entry *e; in cli_txt_list_flush() local 71 struct cli_txt_entry *e; in cli_txt_list_get() local 83 struct cli_txt_entry *e; in cli_txt_list_del() local 122 struct cli_txt_entry *e; in cli_txt_list_add() local 175 struct cli_txt_entry *e; in cli_txt_list_array() local
|
/hostap-latest/src/crypto/ |
D | crypto_mbedtls_alt.c | 1630 #define CRYPTO_EC_pbits(e) (((mbedtls_ecp_group *)(e))->pbits) argument 1631 #define CRYPTO_EC_plen(e) ((((mbedtls_ecp_group *)(e))->pbits + 7) >> 3) argument 1632 #define CRYPTO_EC_P(e) (&((mbedtls_ecp_group *)(e))->P) argument 1633 #define CRYPTO_EC_N(e) (&((mbedtls_ecp_group *)(e))->N) argument 1634 #define CRYPTO_EC_A(e) (&((mbedtls_ecp_group *)(e))->A) argument 1635 #define CRYPTO_EC_B(e) (&((mbedtls_ecp_group *)(e))->B) argument 1636 #define CRYPTO_EC_G(e) (&((mbedtls_ecp_group *)(e))->G) argument 2002 mbedtls_ecp_group *e = os_malloc(sizeof(*e)); in crypto_ec_init() local 2014 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit() 2020 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len() [all …]
|
D | crypto_wolfssl.c | 1442 const struct crypto_bignum *e, in crypto_bignum_exptmod() 1649 struct crypto_ec *e; in crypto_ec_init() local 1753 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit() 1771 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() 1781 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len() 1787 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits() 1793 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len() 1799 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime() 1805 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() 1811 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e) in crypto_ec_get_a() [all …]
|
D | crypto_openssl.c | 2331 struct crypto_ec *e; in crypto_ec_init() local 2362 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit() 2376 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() 2386 size_t crypto_ec_prime_len(struct crypto_ec *e) in crypto_ec_prime_len() 2392 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits() 2398 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len() 2404 const struct crypto_bignum * crypto_ec_get_prime(struct crypto_ec *e) in crypto_ec_get_prime() 2410 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() 2416 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e) in crypto_ec_get_a() 2422 const struct crypto_bignum * crypto_ec_get_b(struct crypto_ec *e) in crypto_ec_get_b() [all …]
|
D | random.h | 13 #define random_init(e) do { } while (0) argument
|
D | aes-omac1.c | 49 size_t i, e, left, total_len; in omac1_aes_vector() local
|
D | crypto_internal-rsa.c | 31 const u8 *e, size_t e_len) in crypto_public_key_import_parts()
|
D | sha256-internal.c | 103 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
|
D | sha1-internal.c | 178 u32 a, b, c, d, e; in SHA1Transform() local
|
D | tls_mbedtls_alt.c | 108 #define mbedtls_ssl_tls_prf(a, b, c, d, e, f, g, h) (-1) argument 535 const size_t e = (crt->serial.len - i) * 2; in tls_mbedtls_peer_serial_num() local 813 for (const char *e = curvelist - 1; e;) in tls_mbedtls_set_curves() local 904 for (const char *e = curvelist - 1; e;) in tls_mbedtls_set_curves() local 2812 for (const char *s = match, *tok, *e; *s; s = tok ? tok + 1 : "") in tls_mbedtls_match_dn_field() local
|
/hostap-latest/src/tls/ |
D | rsa.c | 20 struct bignum *e; /* public exponent */ member 116 const u8 *e, size_t e_len) in crypto_rsa_import_public_key_parts()
|
/hostap-latest/tests/fuzzing/json/corpus/ |
D | 1.json | 1 {"a":[[]],"b":1,"c":"q","d":{"e":[{}]}} array
|
/hostap-latest/tests/ |
D | test-base64.c | 17 unsigned char *buf, *e; in main() local
|
D | test-rsa-sig-ver.c | 23 u8 msg[200], n[512], s[512], em[512], e[512]; in cavp_rsa_sig_ver() local
|
/hostap-latest/src/eap_common/ |
D | eap_fast_common.c | 46 struct wpabuf *e; in eap_fast_tlv_eap_payload() local
|
D | eap_pax_common.c | 129 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e, in eap_pax_initial_key_derivation()
|
/hostap-latest/src/ap/ |
D | wmm.c | 108 int e; in hostapd_eid_wmm() local
|
/hostap-latest/src/eap_peer/ |
D | eap_pax.c | 29 u8 e[2 * EAP_PAX_RAND_LEN]; member
|