Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 53) sorted by relevance

123

/hostap-latest/src/utils/
Dwpa_debug.h30 #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
Dos_win32.c26 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()
Dutils_module_tests.c452 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
Dos_zephyr.c26 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()
Dwpa_debug_zephyr.h47 #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
Dos_none.c23 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()
Dos_internal.c41 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()
Dos_unix.c65 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()
Duuid.c77 struct os_time t; in uuid_random() local
/hostap-latest/tests/
Dtest-list.c20 struct test *t; in dump_list() local
31 struct test *t, *tmp; in main() local
Dtest-aes.c64 char *t; member
237 u8 k[32], aad[32], iv[64], t[16], tag[16]; in test_gcm() local
/hostap-latest/wpa_supplicant/
Dconfig_winreg.c246 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
Dconfig_file.c671 #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/
Drfkill.py112 def block_all(cls, t=TYPE_ALL): argument
120 def unblock_all(cls, t=TYPE_ALL): argument
Drun-tests.py219 def is_long_duration_test(t): argument
222 def get_test_description(t): argument
Dremotehost.py124 def thread_stop(self, t): argument
154 def thread_wait(self, t, wait=None): argument
/hostap-latest/src/crypto/
Dmd5-internal.c73 u32 t; in byteReverse() local
104 u32 t; in MD5Update() local
Daes-unwrap.c32 unsigned int t; in aes_unwrap() local
Daes-wrap.c31 unsigned int t; in aes_wrap() local
Daes-ccm.c132 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
Dfips_prf_openssl.c64 u32 t[5], _t[5]; in fips186_2_prf() local
Dfips_prf_wolfssl.c39 u32 t[5], _t[5]; in fips186_2_prf() local
/hostap-latest/src/tls/
Dlibtommath.c197 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/
Dhs20_spp_server.c21 time_t t; in write_timestamp() local
/hostap-latest/src/eap_common/
Deap_psk_common.h26 #define EAP_PSK_FLAGS_SET_T(t) ((u8) (t) << 6) argument

123