Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 33) sorted by relevance

12

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dmd_wrap.c106 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()
Dbase64.c77 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()
Dccm.c127 #define CTR_CRYPT( dst, src, len ) \ argument
151 unsigned char *dst; in ccm_auth_crypt() local
Decp_curves.c799 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()
Dmd2.c99 void mbedtls_md2_clone( mbedtls_md2_context *dst, in mbedtls_md2_clone()
Dmd5.c91 void mbedtls_md5_clone( mbedtls_md5_context *dst, in mbedtls_md5_clone()
Dmd.c203 int mbedtls_md_clone( mbedtls_md_context_t *dst, in mbedtls_md_clone()
Dmd4.c92 void mbedtls_md4_clone( mbedtls_md4_context *dst, in mbedtls_md4_clone()
Dsha1.c91 void mbedtls_sha1_clone( mbedtls_sha1_context *dst, in mbedtls_sha1_clone()
Dsha256.c94 void mbedtls_sha256_clone( mbedtls_sha256_context *dst, in mbedtls_sha256_clone()
Dsha512.c108 void mbedtls_sha512_clone( mbedtls_sha512_context *dst, in mbedtls_sha512_clone()
/net-tools-3.7.0/tinydtls-0.8.2/examples/contiki/
Ddtls-client.c90 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/
Dnet.c536 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()
Dcoap_io.c44 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/
Dudp_proxy.c293 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/
Ddtls-client.c170 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
Ddtls-server.c187 resolve_address(const char *server, struct sockaddr *dst) { in resolve_address()
/net-tools-3.7.0/libcoap/examples/contiki/
Dcoap-observer.c44 static coap_address_t dst; variable
/net-tools-3.7.0/libcoap/examples/
Dtiny.c104 struct sockaddr_in6 dst; in main() local
Dclient.c261 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/
Drijndael.c1270 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/
Dcoap_io.h146 coap_address_t dst; /**< the packet's destination address */ member
Dnet.h348 const coap_address_t *dst, in coap_send_rst()
Duthash.h50 #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/
Duthash.h46 #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

12