/net-tools-3.5.0/libcoap/include/coap/ |
D | address.h | 75 _coap_address_isany_impl(const coap_address_t *a) { in _coap_address_isany_impl() 92 _coap_is_mcast_impl(const coap_address_t *a) { in _coap_is_mcast_impl() 132 coap_address_equals(const coap_address_t *a, const coap_address_t *b) { in coap_address_equals() 144 coap_address_isany(const coap_address_t *a) { in coap_address_isany() 154 coap_is_mcast(const coap_address_t *a) { in coap_is_mcast()
|
D | coap_time.h | 128 static inline int coap_time_lt(coap_tick_t a, coap_tick_t b) { in coap_time_lt() 136 static inline int coap_time_le(coap_tick_t a, coap_tick_t b) { in coap_time_le()
|
/net-tools-3.5.0/tinydtls-0.8.2/ |
D | session.c | 48 _dtls_address_equals_impl(const session_t *a, in _dtls_address_equals_impl() 80 dtls_session_equals(const session_t *a, const session_t *b) { in dtls_session_equals()
|
D | global.h | 127 equals(unsigned char *a, unsigned char *b, size_t len) { in equals()
|
D | utlist.h | 85 #define _CASTASGN(a,b) { char **_alias = (char**)&(a); *_alias=(char*)(b); } argument 93 #define _CASTASGN(a,b) (a)=(b) argument
|
D | debug.c | 114 #define min(a,b) ((a) < (b) ? (a) : (b)) argument
|
/net-tools-3.5.0/libcoap/src/ |
D | address.c | 17 coap_address_equals(const coap_address_t *a, const coap_address_t *b) { in coap_address_equals()
|
D | block.c | 22 #define min(a,b) ((a) < (b) ? (a) : (b)) argument
|
D | uri.c | 301 #define min(a,b) ((a) < (b) ? (a) : (b)) argument
|
/net-tools-3.5.0/mbedtls-2.4.0/programs/pkey/ |
D | ecdsa.c | 94 #define dump_buf( a, b, c ) argument 95 #define dump_pubkey( a, b ) argument
|
/net-tools-3.5.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.5.0/mbedtls-2.4.0/library/ |
D | arc4.c | 74 int i, j, a; in mbedtls_arc4_setup() local 104 int x, y, a, b; in mbedtls_arc4_crypt() 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
|
D | ecp_curves.c | 45 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 51 #define BYTES_TO_T_UINT_2( a, b ) \ 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 73 #define BYTES_TO_T_UINT_2( a, b ) \ argument 577 const mbedtls_mpi_uint *a, size_t alen, in ecp_group_load()
|
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 | 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 | md5.c | 135 #define P(a,b,c,d,k,s,t) \ in mbedtls_md5_process() argument
|
D | blowfish.c | 83 unsigned short a, b, c, d; in F() local
|
D | sha1.c | 143 #define P(a,b,c,d,e,x) \ in mbedtls_sha1_process() argument
|
D | sha256.c | 175 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
|
D | timing.c | 401 uint32_t a, b; in mbedtls_timing_self_test() local
|
/net-tools-3.5.0/libcoap/examples/contiki/ |
D | server.c | 88 # define min(a,b) ((a) < (b) ? (a) : (b)) argument
|
/net-tools-3.5.0/libcoap/examples/ |
D | client.c | 64 #define min(a,b) ((a) < (b) ? (a) : (b)) argument 117 order_opts(void *a, void *b) { in order_opts()
|
/net-tools-3.5.0/ |
D | throughput-client.c | 333 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
|
D | echo-client.c | 39 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
|