/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | md_wrap.c | 106 static void md2_clone_wrap( void *dst, const void *src ) in md2_clone_wrap() 170 static void md4_clone_wrap( void *dst, const void *src ) in md4_clone_wrap() 232 static void md5_clone_wrap( void *dst, const void *src ) in md5_clone_wrap() 294 static void ripemd160_clone_wrap( void *dst, const void *src ) in ripemd160_clone_wrap() 350 static void sha1_clone_wrap( void *dst, const void *src ) in sha1_clone_wrap() 427 static void sha224_clone_wrap( void *dst, const void *src ) in sha224_clone_wrap() 521 static void sha384_clone_wrap( void *dst, const void *src ) in sha384_clone_wrap()
|
D | base64.c | 77 int mbedtls_base64_encode( unsigned char *dst, size_t dlen, size_t *olen, in mbedtls_base64_encode() 144 int mbedtls_base64_decode( unsigned char *dst, size_t dlen, size_t *olen, in mbedtls_base64_decode()
|
D | ccm.c | 127 #define CTR_CRYPT( dst, src, len ) \ argument 151 unsigned char *dst; in ccm_auth_crypt() local
|
D | ecp_curves.c | 799 static inline void add64( mbedtls_mpi_uint *dst, mbedtls_mpi_uint *src, mbedtls_mpi_uint *carry ) in add64() 812 static inline void carry64( mbedtls_mpi_uint *dst, mbedtls_mpi_uint *carry ) in carry64() 903 static inline void add32( uint32_t *dst, uint32_t src, signed char *carry ) in add32() 909 static inline void sub32( uint32_t *dst, uint32_t src, signed char *carry ) in sub32()
|
D | md2.c | 99 void mbedtls_md2_clone( mbedtls_md2_context *dst, in mbedtls_md2_clone()
|
D | md5.c | 91 void mbedtls_md5_clone( mbedtls_md5_context *dst, in mbedtls_md5_clone()
|
D | md.c | 203 int mbedtls_md_clone( mbedtls_md_context_t *dst, in mbedtls_md_clone()
|
D | md4.c | 92 void mbedtls_md4_clone( mbedtls_md4_context *dst, in mbedtls_md4_clone()
|
D | sha1.c | 91 void mbedtls_sha1_clone( mbedtls_sha1_context *dst, in mbedtls_sha1_clone()
|
D | sha256.c | 94 void mbedtls_sha256_clone( mbedtls_sha256_context *dst, in mbedtls_sha256_clone()
|
D | sha512.c | 108 void mbedtls_sha512_clone( mbedtls_sha512_context *dst, in mbedtls_sha512_clone()
|
/net-tools-3.7.0/tinydtls-0.8.2/examples/contiki/ |
D | dtls-client.c | 90 try_send(struct dtls_context_t *ctx, session_t *dst) { in try_send() 262 init_dtls(session_t *dst) { in init_dtls() 301 static session_t dst; in PROCESS_THREAD() local
|
/net-tools-3.7.0/libcoap/src/ |
D | net.c | 536 const coap_address_t *dst, in coap_send_ack() 556 const coap_address_t *dst, in coap_send_impl() 587 const coap_address_t *dst, in coap_send_impl() 618 const coap_address_t *dst, in coap_send() 627 const coap_address_t *dst, in coap_send_error() 648 const coap_address_t *dst, in coap_send_message_type() 704 const coap_address_t *dst, in coap_send_confirmed() 984 coap_cancel_all_messages(coap_context_t *context, const coap_address_t *dst, in coap_cancel_all_messages()
|
D | coap_io.c | 44 coap_address_t dst; /**< the packet's destination address */ member 240 const coap_address_t *dst, in coap_network_send() 406 is_local_if(const coap_address_t *local, const coap_address_t *dst) { in is_local_if()
|
/net-tools-3.7.0/mbedtls-2.4.0/programs/test/ |
D | udp_proxy.c | 293 mbedtls_net_context *dst; member 315 mbedtls_net_context *dst = p->dst; in send_packet() local 402 mbedtls_net_context *dst, in handle_message()
|
/net-tools-3.7.0/tinydtls-0.8.2/tests/ |
D | dtls-client.c | 170 try_send(struct dtls_context_t *ctx, session_t *dst) { in try_send() 241 resolve_address(const char *server, struct sockaddr *dst) { in resolve_address() 350 session_t dst; local
|
D | dtls-server.c | 187 resolve_address(const char *server, struct sockaddr *dst) { in resolve_address()
|
/net-tools-3.7.0/libcoap/examples/contiki/ |
D | coap-observer.c | 44 static coap_address_t dst; variable
|
/net-tools-3.7.0/libcoap/examples/ |
D | tiny.c | 104 struct sockaddr_in6 dst; in main() local
|
D | client.c | 261 resolve_address(const str *server, struct sockaddr *dst) { in resolve_address() 1026 coap_address_t dst; in main() local
|
/net-tools-3.7.0/tinydtls-0.8.2/aes/ |
D | rijndael.c | 1270 rijndael_decrypt(rijndael_ctx *ctx, const u_char *src, u_char *dst) in rijndael_decrypt() 1277 rijndael_encrypt(rijndael_ctx *ctx, const u_char *src, u_char *dst) in rijndael_encrypt()
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | coap_io.h | 146 coap_address_t dst; /**< the packet's destination address */ member
|
D | net.h | 348 const coap_address_t *dst, in coap_send_rst()
|
D | uthash.h | 50 #define DECLTYPE_ASSIGN(dst,src) \ argument 56 #define DECLTYPE_ASSIGN(dst,src) \ argument 825 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | uthash.h | 46 #define DECLTYPE_ASSIGN(dst,src) \ argument 52 #define DECLTYPE_ASSIGN(dst,src) \ argument 842 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
|