/hostap-latest/src/utils/ |
D | wpa_debug.h | 30 #define wpa_hexdump(l,t,b,le) do { } while (0) argument 31 #define wpa_hexdump_buf(l,t,b) do { } while (0) argument 32 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument 33 #define wpa_hexdump_buf_key(l,t,b) do { } while (0) argument 34 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument 35 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
|
D | os_win32.c | 26 int os_get_time(struct os_time *t) in os_get_time() 51 int os_get_reltime(struct os_reltime *t) in os_get_reltime() 63 os_time_t *t) in os_mktime() 102 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | utils_module_tests.c | 452 os_time_t t; in os_tests() local 613 struct test_eloop *t = eloop_ctx; in eloop_test_read_2() local 637 struct test_eloop *t = eloop_ctx; in eloop_test_read_2_wrong() local 662 static void reopen_pipefd2(struct test_eloop *t) in reopen_pipefd2() 695 struct test_eloop *t = eloop_ctx; in eloop_test_read_1() local 722 struct test_eloop *t = eloop_data; in eloop_test_cb() local 738 struct test_eloop *t = eloop_data; in eloop_test_timeout() local 778 struct test_eloop *t; in eloop_tests_start() local
|
D | os_zephyr.c | 26 int os_get_time(struct os_time *t) in os_get_time() 37 int os_get_reltime(struct os_reltime *t) in os_get_reltime() 78 os_time_t *t) in os_mktime() 119 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | wpa_debug_zephyr.h | 47 #define wpa_hexdump(l, t, b, le) do { } while (0) argument 48 #define wpa_hexdump_buf(l, t, b) do { } while (0) argument 49 #define wpa_hexdump_key(l, t, b, le) do { } while (0) argument 50 #define wpa_hexdump_buf_key(l, t, b) do { } while (0) argument 51 #define wpa_hexdump_ascii(l, t, b, le) do { } while (0) argument 52 #define wpa_hexdump_ascii_key(l, t, b, le) do { } while (0) argument
|
D | os_none.c | 23 int os_get_time(struct os_time *t) in os_get_time() 29 int os_get_reltime(struct os_reltime *t) in os_get_reltime() 36 os_time_t *t) in os_mktime() 41 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | os_internal.c | 41 int os_get_time(struct os_time *t) in os_get_time() 52 int os_get_reltime(struct os_reltime *t) in os_get_reltime() 64 os_time_t *t) in os_mktime() 86 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | os_unix.c | 65 int os_get_time(struct os_time *t) in os_get_time() 76 int os_get_reltime(struct os_reltime *t) in os_get_reltime() 135 os_time_t *t) in os_mktime() 174 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | uuid.c | 77 struct os_time t; in uuid_random() local
|
/hostap-latest/tests/ |
D | test-list.c | 20 struct test *t; in dump_list() local 31 struct test *t, *tmp; in main() local
|
D | test-aes.c | 64 char *t; member 237 u8 k[32], aad[32], iv[64], t[16], tag[16]; in test_gcm() local
|
/hostap-latest/wpa_supplicant/ |
D | config_winreg.c | 246 char *t = wpa_config_read_reg_string( in wpa_config_read_global() local 881 #define STR(t) write_str(netw, #t, ssid) in wpa_config_write_network() argument 882 #define INT(t) write_int(netw, #t, ssid->t, 0) in wpa_config_write_network() argument 883 #define INTe(t, m) write_int(netw, #t, ssid->eap.m, 0) in wpa_config_write_network() argument 884 #define INT_DEF(t, def) write_int(netw, #t, ssid->t, def) in wpa_config_write_network() argument 885 #define INT_DEFe(t, m, def) write_int(netw, #t, ssid->eap.m, def) in wpa_config_write_network() argument
|
D | config_file.c | 671 #define STR(t) write_str(f, #t, ssid) in wpa_config_write_network() argument 672 #define INT(t) write_int(f, #t, ssid->t, 0) in wpa_config_write_network() argument 673 #define INTe(t, m) write_int(f, #t, ssid->eap.m, 0) in wpa_config_write_network() argument 674 #define INT_DEF(t, def) write_int(f, #t, ssid->t, def) in wpa_config_write_network() argument 675 #define INT_DEFe(t, m, def) write_int(f, #t, ssid->eap.m, def) in wpa_config_write_network() argument
|
/hostap-latest/tests/hwsim/ |
D | rfkill.py | 112 def block_all(cls, t=TYPE_ALL): argument 120 def unblock_all(cls, t=TYPE_ALL): argument
|
D | run-tests.py | 219 def is_long_duration_test(t): argument 222 def get_test_description(t): argument
|
D | remotehost.py | 124 def thread_stop(self, t): argument 154 def thread_wait(self, t, wait=None): argument
|
/hostap-latest/src/crypto/ |
D | md5-internal.c | 73 u32 t; in byteReverse() local 104 u32 t; in MD5Update() local
|
D | aes-unwrap.c | 32 unsigned int t; in aes_unwrap() local
|
D | aes-wrap.c | 31 unsigned int t; in aes_wrap() local
|
D | aes-ccm.c | 132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth() 185 u8 t[AES_BLOCK_SIZE]; in aes_ccm_ad() local
|
D | fips_prf_openssl.c | 64 u32 t[5], _t[5]; in fips186_2_prf() local
|
D | fips_prf_wolfssl.c | 39 u32 t[5], _t[5]; in fips186_2_prf() local
|
/hostap-latest/src/tls/ |
D | libtommath.c | 197 unsigned char t; in bn_reverse() local 535 mp_int t; in mp_mulmod() local 554 mp_int t; in mp_mod() local 992 mp_int t; in mp_to_unsigned_bin() local 1021 mp_int t; in mp_div_2d() local 1224 mp_int t; in mp_exch() local 1686 int res, n, t, i, norm, neg; in mp_div() local 2335 mp_int t; in s_mp_mul_digs() local 2522 mp_int t; in s_mp_sqr() local 2588 mp_int t; in s_mp_mul_high_digs() local
|
/hostap-latest/hs20/server/ |
D | hs20_spp_server.c | 21 time_t t; in write_timestamp() local
|
/hostap-latest/src/eap_common/ |
D | eap_psk_common.h | 26 #define EAP_PSK_FLAGS_SET_T(t) ((u8) (t) << 6) argument
|