/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | x509write_crt.c | 143 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 196 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_authority_key_identifier() local 223 unsigned char *c; in mbedtls_x509write_crt_set_key_usage() local 249 unsigned char *c; in mbedtls_x509write_crt_set_ns_cert_type() local 302 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
|
D | aes.c | 200 #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 327 #define V(a,b,c,d) 0x##a##b##c##d argument 331 #define V(a,b,c,d) 0x##b##c##d##a argument 335 #define V(a,b,c,d) 0x##c##d##a##b argument 339 #define V(a,b,c,d) 0x##d##a##b##c argument 934 int c; in mbedtls_aes_crypt_cfb128() local 979 unsigned char c; in mbedtls_aes_crypt_cfb8() local [all …]
|
D | x509write_csr.c | 91 unsigned char *c; in mbedtls_x509write_csr_set_key_usage() local 112 unsigned char *c; in mbedtls_x509write_csr_set_ns_cert_type() local 136 unsigned char *c, *c2; in mbedtls_x509write_csr_der() local
|
D | ecp_curves.c | 45 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 54 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 60 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 70 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 802 mbedtls_mpi_uint c = 0; in add64() local 834 mbedtls_mpi_uint c = 0; in ecp_mod_p192() local 956 static inline int fix_negative( mbedtls_mpi *N, signed char c, mbedtls_mpi *C, size_t bits ) in fix_negative()
|
D | blowfish.c | 83 unsigned short a, b, c, d; in F() local 323 int c; in mbedtls_blowfish_crypt_cfb64() local 371 int c, i; in mbedtls_blowfish_crypt_ctr() local
|
D | md4.c | 142 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x; a = S(a,s); } in mbedtls_md4_process() argument 165 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x5A827999; a = S(a,s); } in mbedtls_md4_process() argument 188 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x6ED9EBA1; a = S(a,s); } in mbedtls_md4_process() argument
|
D | pkwrite.c | 154 unsigned char *c; in mbedtls_pk_write_pubkey_der() local 202 unsigned char *c = buf + size; in mbedtls_pk_write_key_der() local
|
D | ripemd160.c | 150 #define P( a, b, c, d, e, r, s, f, k ) \ in mbedtls_ripemd160_process() argument 155 #define P2( a, b, c, d, e, r, s, rp, sp ) \ in mbedtls_ripemd160_process() argument
|
D | aesni.c | 51 static unsigned int c = 0; in mbedtls_aesni_has_support() local
|
D | bignum.c | 407 static int mpi_get_digit( mbedtls_mpi_uint *d, int radix, char c ) in mpi_get_digit() 553 int c; in mbedtls_mpi_write_string() local 886 mbedtls_mpi_uint *o, *p, c, tmp; in mbedtls_mpi_add_abs() local 941 mbedtls_mpi_uint c, z; in mpi_sub_hlp() local 1106 mbedtls_mpi_uint c = 0, t = 0; in mpi_mul_hlp() local
|
D | camellia.c | 620 int c; in mbedtls_camellia_crypt_cfb128() local 668 int c, i; in mbedtls_camellia_crypt_ctr() local
|
/net-tools-3.7.0/tinydtls-0.8.2/sha2/ |
D | sha2.c | 385 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument 396 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument 405 #define ROUND256(a,b,c,d,e,f,g,h) \ argument 417 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 475 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 713 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument 724 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument 733 #define ROUND512(a,b,c,d,e,f,g,h) \ argument 745 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local 800 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
|
/net-tools-3.7.0/ |
D | coap-client.c | 235 #define GET_CON(desc, e, r, c) ENTRY(desc, e, true, GET, r, sizeof(r), c, \ argument 237 #define POST_CON(desc, e, r, c) ENTRY(desc, e, true, POST, r, sizeof(r), c, \ argument 239 #define PUT_CON(desc, e, d, p, c) ENTRY2(desc, e, true, PUT, d, sizeof(d), \ argument 241 #define DELETE_CON(desc,e, r, c) ENTRY(desc, e, true, DELETE, r, sizeof(r), c,\ argument 244 #define GET_NON(desc, e, r, c) ENTRY(desc, e, true, GET, r, sizeof(r), c, \ argument 246 #define POST_NON(desc, e, r, c) ENTRY(desc, e, true, POST, r, sizeof(r), c, \ argument 248 #define PUT_NON(desc, e, d, p, c) ENTRY2(desc, e, true, PUT, d, sizeof(d), \ argument 250 #define DELETE_NON(desc,e, r, c) ENTRY(desc, e, true, DELETE, r, sizeof(r), c,\ argument 253 #define GET_CON_TOKEN(desc, e, r, c) ENTRY3(desc, e, true, GET, r, sizeof(r), \ argument 255 #define POST_CON_TOKEN(desc, e, r, c) ENTRY3(desc, e, true, POST, r, \ argument [all …]
|
D | tunslip6.c | 179 unsigned char c; in serial_to_tun() local 498 slip_send_char(int fd, unsigned char c) in slip_send_char() 516 slip_send(int fd, unsigned char c) in slip_send() 855 char c, *ptr=(char *)ipaddr; in ifconf() local 924 int c; in main() local
|
D | dtls-server.c | 105 int ret, len, c; in main() local
|
D | dtls-client.c | 350 int c; in main() local
|
/net-tools-3.7.0/mbedtls-2.4.0/programs/pkey/ |
D | rsa_verify.c | 57 int ret, c; in main() local
|
D | pk_decrypt.c | 62 int ret, c; in main() local
|
D | key_app_writer.c | 111 unsigned char *c = output_buf; in write_public_key() local 153 unsigned char *c = output_buf; in write_private_key() local
|
D | rsa_decrypt.c | 64 int return_val, exit_val, c; in main() local
|
D | ecdsa.c | 94 #define dump_buf( a, b, c ) argument
|
D | gen_key.c | 153 unsigned char *c = output_buf; in write_private_key() local
|
/net-tools-3.7.0/virtual-hub/src/ |
D | graphs.c | 48 char c; in read_lines() local
|
/net-tools-3.7.0/libcoap/src/ |
D | uri.c | 37 strnchr(unsigned char *s, size_t len, unsigned char c) { in strnchr() 188 #define hexchar_to_dec(c) ((c) & 0x40 ? ((c) & 0x0F) + 9 : ((c) & 0x0F)) argument
|
D | coap_io.c | 476 unsigned char *c; in coap_network_read() member 498 unsigned char *c; in coap_network_read() member
|