/hostap/src/utils/ |
D | platform.h | 15 #define get_unaligned_le16(p) WPA_GET_LE16((void *) (p)) argument 16 #define get_unaligned_le32(p) WPA_GET_LE32((void *) (p)) argument
|
D | ext_password.h | 26 #define ext_password_init(b, p) ((void *) 1) argument 29 #define ext_password_free(p) do { } while (0) argument
|
D | os_internal.c | 312 char *p = s; in os_memset() local 354 const char *p = s; in os_strlen() local 394 const char *p = s; in os_strrchr() local
|
D | pcsc_funcs.h | 32 #define scard_set_pin(s, p) -1 argument
|
D | edit_readline.c | 164 char *p = h->line; in edit_deinit() local
|
D | os.h | 508 #define os_realloc(p, s) realloc((p), (s)) argument 511 #define os_free(p) free((p)) argument
|
/hostap/tests/ |
D | test-aes.c | 60 char *p; member 238 u8 p[64], c[64], tmp[64]; in test_gcm() local 337 u8 bin[2000], k[32], p[1024], c[1024 + 8], result[1024 + 8]; in test_nist_key_wrap_ae() local 465 u8 bin[2000], k[32], p[1024], c[1024 + 8], result[1024 + 8]; in test_nist_key_wrap_ad() local
|
/hostap/wlantest/ |
D | wlantest.c | 34 static void passphrase_deinit(struct wlantest_passphrase *p) in passphrase_deinit() 89 struct wlantest_passphrase *p, *pn; in wlantest_deinit() local 127 struct wlantest_passphrase *p; in add_passphrase() local 161 struct wlantest_pmk *p; in add_pmk_file() local 213 struct wlantest_ptk *p; in add_ptk_file() local
|
D | bss.c | 130 struct wlantest_passphrase *p; in bss_add_pmk() local
|
/hostap/tests/hwsim/ |
D | test_wmediumd.py | 94 def output_wmediumd_log(p, params, data): argument 121 def stop_wmediumd(p, params): argument
|
/hostap/src/crypto/ |
D | md5-internal.c | 118 unsigned char *p = (unsigned char *) ctx->in + t; in MD5Update() local 153 unsigned char *p; in MD5Final() local
|
D | crypto_internal-modexp.c | 62 struct bignum *p, *q, *tmp; in crypto_dh_derive_secret() local
|
D | crypto_gnutls.c | 24 unsigned char *p; in gnutls_digest_vector() local 106 unsigned char *p; in gnutls_hmac_vector() local 332 gcry_mpi_t p = NULL, q = NULL, tmp; in crypto_dh_derive_secret() local
|
D | crypto_wolfssl.c | 1567 const struct crypto_bignum *p) in crypto_bignum_legendre() 1827 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit() 1855 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() 1865 ecc_point *p = (ecc_point *) point; in crypto_ec_point_to_bin() local 2005 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() 2020 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() 2060 const struct crypto_ec_point *p) in crypto_ec_point_is_at_infinity() 2067 const struct crypto_ec_point *p) in crypto_ec_point_is_on_curve() 2822 const struct crypto_ec_point *p, in crypto_ec_point_debug_print()
|
D | crypto_openssl.c | 180 static int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, in EC_GROUP_get_curve() 835 BIGNUM *pub, *p; in crypto_dh_derive_secret() local 2300 const struct crypto_bignum *p) in crypto_bignum_legendre() 2534 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit() 2543 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() 2631 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() 2643 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() 2676 const struct crypto_ec_point *p) in crypto_ec_point_is_at_infinity() 2683 const struct crypto_ec_point *p) in crypto_ec_point_is_on_curve() 2700 const struct crypto_ec_point *p, in crypto_ec_point_debug_print() [all …]
|
/hostap/src/fst/ |
D | fst_ctrl_iface.c | 213 char *p, *q; in session_set() local 323 char *p; in session_respond() local 414 const char *p = request; in test_request() local 790 const char *p; in fst_ctrl_iface_receive() local
|
D | fst_group.c | 25 const u8 *p = wpabuf_head(mbies); in fst_dump_mb_ies() local 207 const u8 *p = wpabuf_head(mbies); in fst_mbie_get_peer_addr_for_band() local
|
/hostap/wpa_supplicant/ |
D | config_file.c | 1058 struct roaming_partner *p = &cred->roaming_partner[i]; in wpa_config_write_cred() local 1298 const u8 *p = wpabuf_head_u8(config->wps_vendor_ext_m1); in wpa_config_write_global() local 1532 const u8 *p = wpabuf_head_u8(config->ap_vendor_elements); in wpa_config_write_global() local 1543 const u8 *p = wpabuf_head_u8(config->ap_assocresp_elements); in wpa_config_write_global() local
|
D | eapol_test.c | 158 struct extra_radius_attr *p; in add_extra_attrs() local 170 struct extra_radius_attr *p; in find_extra_attr() local 662 struct extra_radius_attr *p, *prev; in test_eapol_clean() local 1347 struct extra_radius_attr *p = NULL, *p1; in main() local
|
/hostap/src/eap_server/ |
D | eap_sim_db.c | 802 static void eap_sim_db_free_pseudonym(struct eap_sim_pseudonym *p) in eap_sim_db_free_pseudonym() 825 struct eap_sim_pseudonym *p, *prev; in eap_sim_db_deinit() local 1113 struct eap_sim_pseudonym *p; in eap_sim_db_add_pseudonym() local 1291 struct eap_sim_pseudonym *p; in eap_sim_db_get_permanent() local
|
D | ikev2.c | 215 const struct ikev2_proposal *p; in ikev2_parse_proposal() local 908 struct ikev2_proposal *p; in ikev2_build_sai() local
|
/hostap/src/tls/ |
D | rsa.c | 23 struct bignum *p; /* prime p (factor of n) */ member
|
/hostap/src/eap_peer/ |
D | ikev2.c | 206 const struct ikev2_proposal *p; in ikev2_parse_proposal() local 846 struct ikev2_proposal *p; in ikev2_build_sar1() local
|
/hostap/src/ap/ |
D | eth_p_oui.c | 165 u8 *packet, *p; in eth_p_oui_send() local
|
D | taxonomy.c | 197 char *p = extcap; in ie_to_string() local
|