/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_fastopen.h | 104 #define tcp_fastopen_decrement_counter(c) ((void)0) argument 105 #define tcp_fastopen_check_cookie(i, c, l, lc) (-1) argument 108 #define tcp_fastopen_update_cache(t, m, l, c) ((void)0) argument
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | aria.c | 110 uint32_t *c, uint32_t *d) in aria_a() 142 uint32_t *c, uint32_t *d, in aria_sl() 277 uint32_t a, b, c, d; in aria_fo_xor() local 299 uint32_t a, b, c, d; in aria_fe_xor() local 447 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local 571 unsigned char c; in mbedtls_aria_crypt_cfb128() local 628 int c, i; in mbedtls_aria_crypt_ctr() local
|
D | x509write_crt.c | 166 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_basic_constraints() local 201 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_key_identifier() local 285 unsigned char *c; in mbedtls_x509write_crt_set_key_usage() local 326 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_ext_key_usage() local 367 unsigned char *c; in mbedtls_x509write_crt_set_ns_cert_type() local 423 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
|
D | x509_create.c | 119 static int hex_to_int(char c) in hex_to_int() 143 const char *c; in parse_attribute_value_string() local 235 int c = hexpair_to_int(s + 2 * i); in parse_attribute_value_hex_der_encoded() local 285 const char *s = name, *c = s; in mbedtls_x509_string_to_names() local
|
D | x509write_csr.c | 86 unsigned char *c; in mbedtls_x509write_csr_set_key_usage() local 110 unsigned char *c; in mbedtls_x509write_csr_set_ns_cert_type() local 140 unsigned char *c, *c2; in x509write_csr_der_internal() local
|
D | bn_mul.h | 38 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument 47 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument 53 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument 63 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument
|
D | aes.c | 184 #define V(a, b, c, d) 0x##a##b##c##d argument 188 #define V(a, b, c, d) 0x##b##c##d##a argument 192 #define V(a, b, c, d) 0x##c##d##a##b argument 196 #define V(a, b, c, d) 0x##d##a##b##c argument 312 #define V(a, b, c, d) 0x##a##b##c##d argument 316 #define V(a, b, c, d) 0x##b##c##d##a argument 320 #define V(a, b, c, d) 0x##c##d##a##b argument 324 #define V(a, b, c, d) 0x##d##a##b##c argument 1300 int c; in mbedtls_aes_crypt_cfb128() local 1362 unsigned char c; in mbedtls_aes_crypt_cfb8() local
|
D | bignum_mod_raw.c | 100 mbedtls_mpi_uint c = mbedtls_mpi_core_sub(X, A, B, N->limbs); in mbedtls_mpi_mod_raw_sub() local 109 mbedtls_mpi_uint c = mbedtls_mpi_core_sub(X, X, N->p, N->limbs); in mbedtls_mpi_mod_raw_fix_quasi_reduction() local
|
D | base64.c | 41 signed char mbedtls_ct_base64_dec_value(unsigned char c) in mbedtls_ct_base64_dec_value()
|
D | bignum_core.c | 410 mbedtls_mpi_uint c = 0; in mbedtls_mpi_core_add() local 428 mbedtls_mpi_uint c = 0; in mbedtls_mpi_core_add_if() local 449 mbedtls_mpi_uint c = 0; in mbedtls_mpi_core_sub() local 465 mbedtls_mpi_uint c = 0; /* carry */ in mbedtls_mpi_core_mla() local 846 mbedtls_mpi_uint c, /* doubles as carry */ in mbedtls_mpi_core_sub_int()
|
/openthread-latest/examples/platforms/utils/ |
D | debug_uart.c | 93 void otPlatDebugUart_putchar(int c) in otPlatDebugUart_putchar() 106 void otPlatDebugUart_putchar_raw(int c) { OT_UNUSED_VARIABLE(c); } in otPlatDebugUart_putchar_raw()
|
/openthread-latest/tests/toranj/ncp/ |
D | test-031-meshcop-joiner-commissioner.py | 48 c = wpan.Node() variable
|
D | test-038-clear-address-cache-for-sed.py | 52 c = wpan.Node() variable
|
/openthread-latest/tests/unit/ |
D | test_string.cpp | 368 for (char c = '0'; c <= '9'; c++) in TestStringParseUint8() local 381 for (char c = 'A'; c <= 'Z'; c++) in TestStringParseUint8() local 399 for (char c = 'a'; c <= 'z'; c++) in TestStringParseUint8() local
|
D | test_linked_list.cpp | 135 Entry a("a", 1, kAlphaType), b("b", 2, kAlphaType), c("c", 3, kBetaType); in TestLinkedList() local 311 Entry a("a", 1, kAlphaType), b("b", 2, kAlphaType), c("c", 3, kBetaType); in TestOwningList() local
|
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/ |
D | SEGGER_RTT_printf.c | 117 static void _StoreChar(SEGGER_RTT_PRINTF_DESC * p, char c) { in _StoreChar() 148 char c; in _PrintUnsigned() local 328 char c; in SEGGER_RTT_vprintf() local
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | zeroize.c | 42 int c; in main() local
|
/openthread-latest/third_party/mbedtls/repo/programs/pkey/ |
D | rsa_verify.c | 36 unsigned c; in main() local
|
D | pk_decrypt.c | 41 unsigned c; in main() local
|
D | rsa_decrypt.c | 41 unsigned c; in main() local
|
D | key_app_writer.c | 97 unsigned char *c = output_buf; in write_public_key() local 139 unsigned char *c = output_buf; in write_private_key() local
|
/openthread-latest/src/lib/spinel/ |
D | spinel.c | 122 #define require_action(c, l, a) \ argument 133 #define require_action(c, l, a) \ argument 146 #define require(c, l) require_action(c, l, {}) argument 1692 uint8_t c = 0; in main() local 1745 uint8_t c = 0; in main() local 1812 uint8_t c = 0; in main() local 1865 uint8_t c = 0; in main() local
|
/openthread-latest/tests/toranj/cli/ |
D | test-015-clear-addresss-cache-for-sed.py | 62 c = cli.Node() variable
|
/openthread-latest/src/posix/ |
D | client.cpp | 290 for (const char *c = argv[i]; *c && count < sizeof(buffer);) in main() local 389 char c = buffer[i]; in main() local
|
/openthread-latest/examples/platforms/simulation/ |
D | system.c | 139 int c = getopt_long(aArgCount, aArgVector, options, long_options, NULL); in otSysInit() local
|