Home
last modified time | relevance | path

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

123

/openthread-2.7.6/examples/platforms/cc2538/
Drom-utility.h67 #define ROM_ProgramFlash(a,b,c) P_ROM_API->ProgramFlash(a,b,c) argument
69 #define ROM_Memset(a,b,c) P_ROM_API->memset(a,b,c) argument
70 #define ROM_Memcpy(a,b,c) P_ROM_API->memcpy(a,b,c) argument
71 #define ROM_Memcmp(a,b,c) P_ROM_API->memcmp(a,b,c) argument
72 #define ROM_Memmove(a,b,c) P_ROM_API->memmove(a,b,c) argument
/openthread-2.7.6/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
276 unsigned char *c; in mbedtls_x509write_crt_set_ns_cert_type() local
333 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
Daria.c202 uint32_t *c, uint32_t *d ) in aria_a()
234 uint32_t *c, uint32_t *d, in aria_sl()
369 uint32_t a, b, c, d; in aria_fo_xor() local
391 uint32_t a, b, c, d; in aria_fe_xor() local
545 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
682 unsigned char c; in mbedtls_aria_crypt_cfb128() local
746 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
Daes.c198 #define V(a,b,c,d) 0x##a##b##c##d argument
204 #define V(a,b,c,d) 0x##b##c##d##a argument
208 #define V(a,b,c,d) 0x##c##d##a##b argument
212 #define V(a,b,c,d) 0x##d##a##b##c argument
329 #define V(a,b,c,d) 0x##a##b##c##d argument
335 #define V(a,b,c,d) 0x##b##c##d##a argument
339 #define V(a,b,c,d) 0x##c##d##a##b argument
343 #define V(a,b,c,d) 0x##d##a##b##c argument
1294 int c; in mbedtls_aes_crypt_cfb128() local
1352 unsigned char c; in mbedtls_aes_crypt_cfb8() local
[all …]
Dblowfish.c79 unsigned short a, b, c, d; in F() local
335 int c; in mbedtls_blowfish_crypt_cfb64() local
395 int c, i; in mbedtls_blowfish_crypt_ctr() local
Decp_curves.c49 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
58 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
64 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
74 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
886 mbedtls_mpi_uint c = 0; in add64() local
918 mbedtls_mpi_uint c = 0; in ecp_mod_p192() local
1042 static inline int fix_negative( mbedtls_mpi *N, signed char c, mbedtls_mpi *C, size_t bits ) in fix_negative()
Dmd4.c146 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
175 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
203 #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
Dpkwrite.c228 unsigned char *c; in mbedtls_pk_write_pubkey_der() local
316 unsigned char *c; in mbedtls_pk_write_key_der() local
/openthread-2.7.6/examples/platforms/utils/
Ddebug_uart.c93 void otPlatDebugUart_putchar(int c) in otPlatDebugUart_putchar()
106 void otPlatDebugUart_putchar_raw(int c) in otPlatDebugUart_putchar_raw()
/openthread-2.7.6/tests/toranj/
Dtest-031-meshcop-joiner-commissioner.py48 c = wpan.Node() variable
Dtest-038-clear-address-cache-for-sed.py52 c = wpan.Node() variable
/openthread-2.7.6/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-2.7.6/third_party/mbedtls/repo/programs/test/
Dzeroize.c66 int c; in main() local
/openthread-2.7.6/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-2.7.6/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
1682 uint8_t c = 0; in main() local
1735 uint8_t c = 0; in main() local
1802 uint8_t c = 0; in main() local
1855 uint8_t c = 0; in main() local
/openthread-2.7.6/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-2.7.6/examples/platforms/simulation/
Dsystem.c115 int c = getopt_long(aArgCount, aArgVector, "hts:", long_options, NULL); in otSysInit() local
/openthread-2.7.6/tests/unit/
Dtest_linked_list.cpp112 Entry a("a", 1), b("b", 2), c("c", 3), d("d", 4), e("e", 5); in TestLinkedList() local
/openthread-2.7.6/third_party/jlink/SEGGER_RTT_V640/Syscalls/
DSEGGER_RTT_Syscalls_KEIL.c123 void _ttywrch(int c) { in _ttywrch()

123