Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 14 of 14) sorted by relevance

/net-tools-3.7.0/tinydtls-0.8.2/
Dccm.c84 add_auth_data(rijndael_ctx *ctx, const unsigned char *msg, size_t la, in add_auth_data()
150 unsigned char *msg, size_t len, in encrypt()
163 unsigned char *msg, size_t len, in mac()
178 unsigned char *msg, size_t lm, in dtls_ccm_encrypt_message()
242 unsigned char *msg, size_t lm, in dtls_ccm_decrypt_message()
Ddtls.c261 dtls_get_cookie(uint8 *msg, size_t msglen, uint8 **cookie) { in dtls_get_cookie()
288 uint8 *msg, size_t msglen, in dtls_create_cookie()
361 is_record(uint8 *msg, size_t msglen) { in is_record()
1487 uint8_t msg[] = { level, description }; in dtls_send_alert() local
3593 uint8 *msg, int msglen) { in dtls_handle_message()
Duthash.h67 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ argument
/net-tools-3.7.0/python-websocket-server/websocket_server/
Dwebsocket_server.py84 def send_message(self, client, msg): argument
87 def send_message_to_all(self, msg): argument
126 def _message_received_(self, handler, msg): argument
129 def _ping_received_(self, handler, msg): argument
132 def _pong_received_(self, handler, msg): argument
151 def _unicast_(self, to_client, msg): argument
154 def _multicast_(self, msg): argument
/net-tools-3.7.0/mbedtls-2.4.0/tests/scripts/
Dall.sh80 msg() function
/net-tools-3.7.0/tinydtls-0.8.2/sha2/
Dsha2prog.c43 void usage(char *prog, char *msg) { in usage()
/net-tools-3.7.0/tinydtls-0.8.2/tests/
Dccm-testdata.c34 unsigned char msg[200]; member
/net-tools-3.7.0/
Dtcptest.py31 def log(msg): argument
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dccm.c378 static const unsigned char msg[] = { variable
Dssl_cli.c3178 const unsigned char *msg; local
Dssl_tls.c2474 mbedtls_ssl_flight_item *msg; in ssl_flight_append() local
2927 unsigned char *msg, *bitmask; in ssl_reassemble_dtls_handshake() local
/net-tools-3.7.0/mbedtls-2.4.0/programs/test/
Dudp_proxy.c231 static const char *msg_type( unsigned char *msg, size_t len ) in msg_type()
/net-tools-3.7.0/libcoap/src/
Dnet.c853 unsigned char *msg; in coap_handle_message() local
/net-tools-3.7.0/libcoap/include/coap/
Duthash.h79 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ argument