/hostap/src/wps/ |
D | http_client.c | 38 struct http_client *c = eloop_data; in http_client_timeout() local 47 struct http_client *c = cookie; in http_client_got_response() local 86 struct http_client *c = eloop_ctx; in http_client_tx_ready() local 133 struct http_client *c, in http_client_addr() 137 struct http_client *c; in http_client_addr() local 239 struct http_client *c, in http_client_url() 244 struct http_client *c; in http_client_url() local 284 void http_client_free(struct http_client *c) in http_client_free() 299 struct wpabuf * http_client_get_body(struct http_client *c) in http_client_get_body() 309 char * http_client_get_hdr_line(struct http_client *c, const char *tag) in http_client_get_hdr_line()
|
D | wps_er.c | 193 static void wps_er_http_unsubscribe_cb(void *ctx, struct http_client *c, in wps_er_http_unsubscribe_cb() 401 static void wps_er_http_subscribe_cb(void *ctx, struct http_client *c, in wps_er_http_subscribe_cb() 609 static void wps_er_http_dev_desc_cb(void *ctx, struct http_client *c, in wps_er_http_dev_desc_cb() 864 static void wps_er_http_put_wlan_response_cb(void *ctx, struct http_client *c, in wps_er_http_put_wlan_response_cb() 1389 static void wps_er_http_set_sel_reg_cb(void *ctx, struct http_client *c, in wps_er_http_set_sel_reg_cb() 1640 static void wps_er_http_put_message_cb(void *ctx, struct http_client *c, in wps_er_http_put_message_cb() 1830 static void wps_er_http_get_dev_info_cb(void *ctx, struct http_client *c, in wps_er_http_get_dev_info_cb()
|
D | upnp_xml.c | 125 u8 c = ((u8 *) data)[i]; in xml_data_encode() local
|
D | httpread.c | 270 int c = *rawuri; in httpread_hdr_analyze() local 644 int c; in httpread_read_handler() local
|
D | wps_upnp_ssdp.c | 65 int c = *s; in token_length() local 82 int c = *s; in word_separation_length() local
|
/hostap/src/tls/ |
D | bignum.c | 141 struct bignum *c) in bignum_add() 159 struct bignum *c) in bignum_sub() 177 struct bignum *c) in bignum_mul() 196 const struct bignum *c, struct bignum *d) in bignum_mulmod() 216 const struct bignum *c, struct bignum *d) in bignum_exptmod()
|
D | libtommath.c | 131 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) argument 212 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add() 300 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub() 416 static int mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add() 448 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub() 485 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul() 532 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() 552 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() 725 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c) in mp_invmod() 763 static int mp_invmod_slow (mp_int * a, mp_int * b, mp_int * c) in mp_invmod_slow() [all …]
|
/hostap/src/utils/ |
D | edit.c | 327 static void insert_char(int c) in insert_char() 365 static void free_completions(char **c) in free_completions() 376 static int filter_strings(char **c, char *str, size_t len) in filter_strings() 406 static int max_common_length(char **c) in max_common_length() 428 char **c; in complete() local 553 static void show_esc_buf(const char *esc_buf, char c, int i) in show_esc_buf() 760 int c; in edit_read_key() local 957 static void search_char(char c) in search_char() 970 static enum edit_key_code search_key(enum edit_key_code c) in search_key() 1008 enum edit_key_code c; in edit_read_char() local
|
D | os_none.c | 153 void * os_memset(void *s, int c, size_t n) in os_memset() 197 char * os_strchr(const char *s, int c) in os_strchr() 203 char * os_strrchr(const char *s, int c) in os_strrchr()
|
D | os.h | 529 #define os_memset(s, c, n) memset(s, c, n) argument 553 #define os_strchr(s, c) strchr((s), (c)) argument 562 #define os_strrchr(s, c) strrchr((s), (c)) argument
|
D | os_internal.c | 310 void * os_memset(void *s, int c, size_t n) in os_memset() 381 char * os_strchr(const char *s, int c) in os_strchr() 392 char * os_strrchr(const char *s, int c) in os_strrchr()
|
D | pcsc_funcs.h | 36 #define scard_umts_auth(s, r, a, r2, rl, i, c, a2) -1 argument
|
D | edit_simple.c | 28 int c; in edit_read_char() local
|
/hostap/tests/ |
D | test-aes.c | 63 char *c; 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/src/p2p/ |
D | p2p_utils.c | 214 size_t o, c; in p2p_channels_remove_freqs() local 352 const struct p2p_reg_class *c; in p2p_channels_dump() local 391 struct p2p_reg_class *c = &chans->reg_class[i]; in p2p_channel_select() local 468 const struct p2p_reg_class *c = &channels->reg_class[i]; in p2p_channels_to_freqs() local
|
/hostap/tests/fuzzing/json/corpus/ |
D | 1.json | 1 {"a":[[]],"b":1,"c":"q","d":{"e":[{}]}} string
|
/hostap/wpadebug/src/w1/fi/wpadebug/ |
D | WifiReceiver.java | 25 public void onReceive(Context c, Intent intent) in onReceive()
|
/hostap/src/crypto/ |
D | sha1-internal.c | 178 u32 a, b, c, d, e; in SHA1Transform() local 180 unsigned char c[64]; in SHA1Transform() member
|
D | crypto_openssl.c | 553 EVP_CIPHER_CTX *c = ctx; in aes_encrypt() local 566 EVP_CIPHER_CTX *c = ctx; in aes_encrypt_deinit() local 610 EVP_CIPHER_CTX *c = ctx; in aes_decrypt() local 623 EVP_CIPHER_CTX *c = ctx; in aes_decrypt_deinit() local 2092 struct crypto_bignum *c) in crypto_bignum_add() 2101 struct crypto_bignum *c) in crypto_bignum_mod() 2119 const struct crypto_bignum *c, in crypto_bignum_exptmod() 2142 struct crypto_bignum *c) in crypto_bignum_inverse() 2167 struct crypto_bignum *c) in crypto_bignum_sub() 2178 struct crypto_bignum *c) in crypto_bignum_div() [all …]
|
D | md5-internal.c | 210 register u32 a, b, c, d; in MD5Transform() local
|
D | sha256-internal.c | 103 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
|
/hostap/wpa_supplicant/ |
D | main.c | 184 int c, i; in main() local
|
/hostap/src/drivers/ |
D | driver_nl80211_capa.c | 446 u32 c = ciphers[i]; in wiphy_info_cipher_suites() local 2303 int c; in nl80211_set_ht40_mode() local 2316 int c; in nl80211_set_ht40_mode_sec() local 2336 int c; in nl80211_reg_rule_max_eirp() local 2393 int c; in nl80211_set_vht_mode() local 2444 int c; in nl80211_set_6ghz_mode() local
|
/hostap/tests/hwsim/ |
D | hwsim.py | 91 c = HWSimController() variable
|
/hostap/src/eap_peer/ |
D | eap_methods.c | 168 int c = 0; in eap_peer_get_methods() local
|