/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_fastopen.h | 106 #define tcp_fastopen_connect(t) ((void)0) argument 107 #define tcp_fastopen_disable_path(t) ((void)0) argument 108 #define tcp_fastopen_update_cache(t, m, l, c) ((void)0) argument
|
D | tcp_subr.c | 208 tcpip_maketemplate(struct tcpcb* tp, struct tcptemp* t) in tcpip_maketemplate()
|
D | tcp_input.c | 1262 uint32_t t; in tcp_do_segment() local 2328 uint32_t t; in tcp_do_segment() local
|
D | tcp_output.c | 80 int t = ((tp->t_srtt >> 2) + tp->t_rttvar) >> 1; in tcp_setpersist() local
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | timing.c | 68 struct _hr_time *t = (struct _hr_time *) val; in mbedtls_timing_get_timer() local 88 struct _hr_time *t = (struct _hr_time *) val; in mbedtls_timing_get_timer() local
|
D | nist_kw.c | 113 static void calc_a_xor_t(unsigned char A[KW_SEMIBLOCK_LENGTH], uint64_t t) in calc_a_xor_t() 134 uint64_t t = 0; in mbedtls_nist_kw_wrap() local 264 uint64_t t = 0; in unwrap() local
|
D | ssl_cache.c | 44 mbedtls_time_t t = mbedtls_time(NULL); in ssl_cache_find_entry() local 136 mbedtls_time_t t = mbedtls_time(NULL), oldest = 0; in ssl_cache_pick_writing_slot() local
|
D | hkdf.c | 74 unsigned char t[MBEDTLS_MD_MAX_SIZE]; in mbedtls_hkdf_expand() local
|
D | bignum_core.c | 413 mbedtls_mpi_uint t = c + A[i]; in mbedtls_mpi_core_add() local 434 mbedtls_mpi_uint t = c + X[i]; in mbedtls_mpi_core_add_if() local 453 mbedtls_mpi_uint t = A[i] - c; in mbedtls_mpi_core_sub() local 851 mbedtls_mpi_uint t = s - c; in mbedtls_mpi_core_sub_int() local
|
D | ssl_cookie.c | 196 unsigned long t; in mbedtls_ssl_cookie_write() local
|
D | aria.c | 326 uint32_t t, u; in aria_rot128() local 422 uint32_t t = ctx->rk[i][k]; in mbedtls_aria_setkey_dec() local
|
D | sha256.c | 380 for (int t = 16; t < 64; t += 16) { in mbedtls_internal_sha256_process_many_a64_crypto() local 467 #define R(t) \ argument
|
D | md5.c | 91 #define P(a, b, c, d, k, s, t) \ in mbedtls_internal_md5_process() argument
|
D | sha1.c | 91 #define R(t) \ in mbedtls_internal_sha1_process() argument
|
D | constant_time_impl.h | 409 unsigned char t) in mbedtls_ct_uchar_in_range_if()
|
D | sha3.c | 108 uint64_t t; in keccak_f1600() local
|
D | aes.c | 892 } t; in mbedtls_internal_aes_encrypt() local 954 } t; in mbedtls_internal_aes_decrypt() local 1254 unsigned char *t = mode == MBEDTLS_AES_DECRYPT ? prev_tweak : tweak; in mbedtls_aes_crypt_xts() local
|
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | coap.py | 38 def parse(t, v: bytearray) -> List[Tuple[str, str]]: argument
|
/openthread-latest/tests/unit/ |
D | test_trickle_timer.cpp | 158 uint32_t t; in TestTrickleTimerTrickleMode() local 242 uint32_t t; in TestTrickleTimerMinMaxIntervalChange() local
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/ |
D | target.h | 69 #define KRML_EABORT(t, msg) \ argument
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | p256-m.c | 217 static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_t t) in u32_muladd64() 242 static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_t t) in u32_muladd64() 304 static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_t t) in u32_muladd64() 310 static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_t t) in u32_muladd64() 734 uint32_t t[8]; in m256_from_bytes() local 852 uint32_t t[8]; in point_to_affine() local 1281 uint32_t t[8]; in ecdsa_m256_mod_n() local
|
/openthread-latest/src/core/net/ |
D | ip6_mpl.cpp | 471 uint8_t t = (aInterval == 0) ? aInterval : Random::NonCrypto::GetUint8InRange(0, aInterval); in GenerateNextTransmissionTime() local
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/library/ |
D | Hacl_Curve25519.c | 121 uint128_t t[5U]; in Hacl_Bignum_Fmul_fmul() local 220 uint128_t t[5U]; in Hacl_Bignum_Fsquare_fsquare_times() local 235 uint128_t t[5U]; in Hacl_Bignum_Fsquare_fsquare_times_inplace() local
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/library/legacy/ |
D | Hacl_Curve25519.c | 133 FStar_UInt128_uint128 t[5U]; in Hacl_Bignum_Fmul_fmul() local 262 FStar_UInt128_uint128 t[5U]; in Hacl_Bignum_Fsquare_fsquare_times() local 277 FStar_UInt128_uint128 t[5U]; in Hacl_Bignum_Fsquare_fsquare_times_inplace() local
|
/openthread-latest/tests/scripts/thread-cert/ |
D | network_data.py | 408 def __init__( argument 427 def t(self): member in Service
|