Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 59) sorted by relevance

123

/openthread-3.5.0/third_party/tcplp/bsdtcp/
Dtcp_fastopen.h104 #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-3.5.0/third_party/mbedtls/repo/library/
Dx509write_crt.c140 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_basic_constraints() local
174 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_subject_key_identifier() local
202 unsigned char *c = buf + sizeof( buf ); in mbedtls_x509write_crt_set_authority_key_identifier() local
237 unsigned char *c; in mbedtls_x509write_crt_set_key_usage() local
275 unsigned char *c; in mbedtls_x509write_crt_set_ns_cert_type() local
332 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
Daria.c179 uint32_t *c, uint32_t *d ) in aria_a()
211 uint32_t *c, uint32_t *d, in aria_sl()
346 uint32_t a, b, c, d; in aria_fo_xor() local
368 uint32_t a, b, c, d; in aria_fe_xor() local
523 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
660 unsigned char c; in mbedtls_aria_crypt_cfb128() local
724 int c, i; in mbedtls_aria_crypt_ctr() local
Dx509write_csr.c95 unsigned char *c; in mbedtls_x509write_csr_set_key_usage() local
117 unsigned char *c; in mbedtls_x509write_csr_set_ns_cert_type() local
145 unsigned char *c, *c2; in x509write_csr_der_internal() local
Dblowfish.c56 unsigned short a, b, c, d; in F() local
312 int c; in mbedtls_blowfish_crypt_cfb64() local
372 int c, i; in mbedtls_blowfish_crypt_ctr() local
Daes.c175 #define V(a,b,c,d) 0x##a##b##c##d argument
181 #define V(a,b,c,d) 0x##b##c##d##a argument
185 #define V(a,b,c,d) 0x##c##d##a##b argument
189 #define V(a,b,c,d) 0x##d##a##b##c argument
306 #define V(a,b,c,d) 0x##a##b##c##d argument
312 #define V(a,b,c,d) 0x##b##c##d##a argument
316 #define V(a,b,c,d) 0x##c##d##a##b argument
320 #define V(a,b,c,d) 0x##d##a##b##c argument
1249 int c; in mbedtls_aes_crypt_cfb128() local
1319 unsigned char c; in mbedtls_aes_crypt_cfb8() local
[all …]
Dmd4.c123 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
152 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
180 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
Dhkdf.c142 unsigned char c = i & 0xff; in mbedtls_hkdf_expand() local
/openthread-3.5.0/examples/platforms/utils/
Ddebug_uart.c93 void otPlatDebugUart_putchar(int c) in otPlatDebugUart_putchar()
106 void otPlatDebugUart_putchar_raw(int c) { OT_UNUSED_VARIABLE(c); } in otPlatDebugUart_putchar_raw()
/openthread-3.5.0/tests/toranj/ncp/
Dtest-031-meshcop-joiner-commissioner.py48 c = wpan.Node() variable
Dtest-038-clear-address-cache-for-sed.py52 c = wpan.Node() variable
/openthread-3.5.0/third_party/jlink/SEGGER_RTT_V640/RTT/
DSEGGER_RTT_printf.c117 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-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dbn_mul.h54 #define MBEDTLS_BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
63 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
69 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
79 #define MBEDTLS_BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
/openthread-3.5.0/third_party/mbedtls/repo/programs/test/
Dzeroize.c66 int c; in main() local
/openthread-3.5.0/third_party/mbedtls/repo/programs/pkey/
Drsa_verify.c61 unsigned c; in main() local
Dpk_decrypt.c66 unsigned c; in main() local
Dkey_app_writer.c117 unsigned char *c = output_buf; in write_public_key() local
159 unsigned char *c = output_buf; in write_private_key() local
Drsa_decrypt.c66 unsigned c; in main() local
Decdsa.c97 #define dump_buf( a, b, c ) argument
/openthread-3.5.0/src/lib/spinel/
Dspinel.c123 #define require_action(c, l, a) \ argument
134 #define require_action(c, l, a) \ argument
147 #define require(c, l) require_action(c, l, {}) argument
1686 uint8_t c = 0; in main() local
1739 uint8_t c = 0; in main() local
1806 uint8_t c = 0; in main() local
1859 uint8_t c = 0; in main() local
/openthread-3.5.0/tests/toranj/cli/
Dtest-015-clear-addresss-cache-for-sed.py62 c = cli.Node() variable
/openthread-3.5.0/src/posix/
Dclient.cpp290 for (const char *c = argv[i]; *c && count < sizeof(buffer);) in main() local
389 char c = buffer[i]; in main() local
/openthread-3.5.0/tests/unit/
Dtest_linked_list.cpp135 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-3.5.0/examples/platforms/simulation/
Dsystem.c131 int c = getopt_long(aArgCount, aArgVector, options, long_options, NULL); in otSysInit() local
/openthread-3.5.0/third_party/jlink/SEGGER_RTT_V640/Syscalls/
DSEGGER_RTT_Syscalls_KEIL.c123 void _ttywrch(int c) { in _ttywrch()

123