/hostap-3.7.0/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 | os_zephyr.c | 229 void *p; in os_realloc() local 254 void *p = k_malloc(size); in os_zalloc() 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 | 557 #define os_realloc(p, s) realloc((p), (s)) argument 562 #define os_free(p) free((p)) argument
|
/hostap-3.7.0/src/crypto/ |
D | crypto_mbedtls-ec.c | 174 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit() 236 struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() 314 struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() 354 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() 363 struct crypto_ec *e, struct crypto_ec_point *p, in crypto_ec_point_solve_y_coord() 473 struct crypto_ec *e, const struct crypto_ec_point *p) in crypto_ec_point_is_at_infinity() 479 struct crypto_ec *e, const struct crypto_ec_point *p) in crypto_ec_point_is_on_curve() 779 crypto_ec_parse_subpub_key(const unsigned char *p, size_t len) in crypto_ec_parse_subpub_key() 832 unsigned char **p, unsigned char *start, mbedtls_ecp_keypair *ec) in pk_write_ec_param() 850 unsigned char **p, unsigned char *start, mbedtls_ecp_keypair *ec, in pk_write_ec_pubkey_formatted() [all …]
|
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_mbedtls_alt.c | 1355 int crypto_bignum_legendre(const struct crypto_bignum *a, const struct crypto_bignum *p) in crypto_bignum_legendre() 1472 unsigned char *p = buf + 2 + prime_len; in crypto_dh_derive_secret() local 1782 struct crypto_ec_point *p, in crypto_ec_point_solve_y_coord() 2479 mbedtls_ecp_point *p = os_malloc(sizeof(*p)); in crypto_ec_point_init() local 2485 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit() 2491 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, struct crypto_bignum *x) in crypto_ec_point_x() 2525 mbedtls_ecp_point *p = os_malloc(sizeof(*p)); in crypto_ec_point_from_bin() local 2580 const struct crypto_ec_point *p, in crypto_ec_point_mul() 2593 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() 2661 int crypto_ec_point_is_at_infinity(struct crypto_ec *e, const struct crypto_ec_point *p) in crypto_ec_point_is_at_infinity() [all …]
|
D | crypto_wolfssl.c | 1270 const struct crypto_bignum *p) in crypto_bignum_legendre() 1452 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit() 1468 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() 1478 ecc_point *p = (ecc_point *) point; in crypto_ec_point_to_bin() local 1604 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() 1619 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() 1673 const struct crypto_ec_point *p) in crypto_ec_point_is_at_infinity() 1680 const struct crypto_ec_point *p) in crypto_ec_point_is_on_curve()
|
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_openssl.c | 625 BIGNUM *pub, *p; in crypto_dh_derive_secret() local 1644 const struct crypto_bignum *p) in crypto_bignum_legendre() 1838 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit() 1847 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() 1934 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() 1946 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() 1979 const struct crypto_ec_point *p) in crypto_ec_point_is_at_infinity() 1986 const struct crypto_ec_point *p) in crypto_ec_point_is_on_curve() 2003 const struct crypto_ec_point *p, in crypto_ec_point_debug_print() 2790 const unsigned char *p; in crypto_ec_key_sign_r_s() local
|
D | crypto_internal-modexp.c | 62 struct bignum *p, *q, *tmp; in crypto_dh_derive_secret() local
|
/hostap-3.7.0/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-3.7.0/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 | 114 struct wlantest_passphrase *p; in bss_add_pmk() local
|
/hostap-3.7.0/tests/hwsim/ |
D | test_wmediumd.py | 94 def output_wmediumd_log(p, params, data): argument 121 def stop_wmediumd(p, params): argument
|
/hostap-3.7.0/wpa_supplicant/ |
D | config_file.c | 955 struct roaming_partner *p = &cred->roaming_partner[i]; in wpa_config_write_cred() local 1162 const u8 *p = wpabuf_head_u8(config->wps_vendor_ext_m1); in wpa_config_write_global() local 1372 const u8 *p = wpabuf_head_u8(config->ap_vendor_elements); in wpa_config_write_global() local 1383 const u8 *p = wpabuf_head_u8(config->ap_assocresp_elements); in wpa_config_write_global() local
|
D | eapol_test.c | 157 struct extra_radius_attr *p; in add_extra_attrs() local 169 struct extra_radius_attr *p; in find_extra_attr() local 658 struct extra_radius_attr *p, *prev; in test_eapol_clean() local 1307 struct extra_radius_attr *p = NULL, *p1; in main() local
|
/hostap-3.7.0/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 202 const u8 *p = wpabuf_head(mbies); in fst_mbie_get_peer_addr_for_band() local
|
/hostap-3.7.0/hs20/server/www/ |
D | users.php | 218 $p = substr($file, 0, -4); variable
|
/hostap-3.7.0/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
|
/hostap-3.7.0/src/tls/ |
D | rsa.c | 23 struct bignum *p; /* prime p (factor of n) */ member
|