/net-tools-3.4.0/libcoap/src/ |
D | uri.c | 203 decode_segment(const unsigned char *seg, size_t length, unsigned char *buf) { in decode_segment() 225 check_segment(const unsigned char *s, size_t length) { in check_segment() 264 make_decoded_option(const unsigned char *s, size_t length, in make_decoded_option() 326 coap_split_path_impl(const unsigned char *s, size_t length, in coap_split_path_impl() 374 coap_split_path(const unsigned char *s, size_t length, in coap_split_path() 386 coap_split_query(const unsigned char *s, size_t length, in coap_split_query() 412 coap_new_uri(const unsigned char *uri, unsigned int length) { in coap_new_uri()
|
D | option.c | 39 coap_opt_parse(const coap_opt_t *opt, size_t length, coap_option_t *result) { in coap_opt_parse() 252 unsigned short length; in coap_opt_length() local 330 unsigned short delta, size_t length) { in coap_opt_setheader() 385 const unsigned char *val, size_t length) { in coap_opt_encode()
|
D | pdu.c | 322 next_option_safe(coap_opt_t **optp, size_t *length) { in next_option_safe() 341 coap_pdu_parse(unsigned char *data, size_t length, coap_pdu_t *pdu) { in coap_pdu_parse()
|
D | coap_io_lwip.c | 23 void coap_packet_get_memmapped(coap_packet_t *packet, unsigned char **address, size_t *length) in coap_packet_get_memmapped()
|
/net-tools-3.4.0/tinydtls-0.8.2/ecc/ |
D | ecc.c | 43 static uint32_t add( const uint32_t *x, const uint32_t *y, uint32_t *result, uint8_t length){ in add() 57 static uint32_t sub( const uint32_t *x, const uint32_t *y, uint32_t *result, uint8_t length){ in sub() 108 static void setZero(uint32_t *A, const int length){ in setZero() 115 static void copy(const uint32_t *from, uint32_t *to, uint8_t length){ in copy() 119 static int isSame(const uint32_t *A, const uint32_t *B, uint8_t length){ in isSame() 124 static int isGreater(const uint32_t *A, const uint32_t *B, uint8_t length){ in isGreater() 159 static int fieldMult(const uint32_t *x, const uint32_t *y, uint32_t *result, uint8_t length){ in fieldMult() 271 static void fieldModO(const uint32_t *A, uint32_t *result, uint8_t length) { in fieldModO() 641 uint32_t ecc_add( const uint32_t *x, const uint32_t *y, uint32_t *result, uint8_t length) in ecc_add() 645 uint32_t ecc_sub( const uint32_t *x, const uint32_t *y, uint32_t *result, uint8_t length) in ecc_sub() [all …]
|
/net-tools-3.4.0/tinydtls-0.8.2/ |
D | debug.h | 116 static inline void hexdump(const unsigned char *packet, int length) in hexdump() 123 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log() 140 #define dtls_debug_hexdump(name, buf, length) dtls_dsrv_hexdump_log(DTLS_LOG_DEBUG, name, buf, leng… argument 141 #define dtls_debug_dump(name, buf, length) dtls_dsrv_hexdump_log(DTLS_LOG_DEBUG, name, buf, length,… argument
|
D | debug.c | 252 void hexdump(const unsigned char *packet, int length) { in hexdump() 290 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log() 334 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log()
|
D | netq.h | 49 size_t length; /**< actual length of data */ member
|
D | dtls.h | 336 uint16 length; /**< length of the following fragment */ member 357 uint24 length; /**< length of this message */ member
|
/net-tools-3.4.0/mbedtls-2.4.0/library/ |
D | cipher_wrap.c | 123 static int aes_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 133 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap() 142 static int aes_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap() 479 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap() 489 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap() 498 static int camellia_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap() 842 static int des_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des_crypt_cbc_wrap() 851 static int des3_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des3_crypt_cbc_wrap() 1090 size_t length, unsigned char *iv, const unsigned char *input, in blowfish_crypt_cbc_wrap() 1100 size_t length, size_t *iv_off, unsigned char *iv, in blowfish_crypt_cfb64_wrap() [all …]
|
D | ccm.c | 137 static int ccm_auth_crypt( mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_crypt() 307 int mbedtls_ccm_encrypt_and_tag( mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_encrypt_and_tag() 320 int mbedtls_ccm_auth_decrypt( mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_auth_decrypt()
|
D | blowfish.c | 263 size_t length, in mbedtls_blowfish_crypt_cbc() 317 size_t length, in mbedtls_blowfish_crypt_cfb64() 364 size_t length, in mbedtls_blowfish_crypt_ctr()
|
D | padlock.c | 122 size_t length, in mbedtls_padlock_xcryptcbc()
|
D | gcm.c | 348 size_t length, in mbedtls_gcm_update() 443 size_t length, in mbedtls_gcm_crypt_and_tag() 468 size_t length, in mbedtls_gcm_auth_decrypt()
|
D | camellia.c | 560 size_t length, in mbedtls_camellia_crypt_cbc() 614 size_t length, in mbedtls_camellia_crypt_cfb128() 661 size_t length, in mbedtls_camellia_crypt_ctr()
|
D | arc4.c | 101 int mbedtls_arc4_crypt( mbedtls_arc4_context *ctx, size_t length, const unsigned char *input, in mbedtls_arc4_crypt()
|
D | aes.c | 862 size_t length, in mbedtls_aes_crypt_cbc() 928 size_t length, in mbedtls_aes_crypt_cfb128() 974 size_t length, in mbedtls_aes_crypt_cfb8() 1007 size_t length, in mbedtls_aes_crypt_ctr()
|
/net-tools-3.4.0/ |
D | http-server.py | 13 length = 0 variable in RequestHandler
|
D | https-server.py | 28 length = 0 variable in RequestHandler
|
/net-tools-3.4.0/docker/ |
D | http-server.py | 13 length = 0 variable in RequestHandler
|
D | https-server.py | 28 length = 0 variable in RequestHandler
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | str.h | 16 size_t length; /* length of string */ member
|
D | option.h | 31 size_t length; member 254 size_t length; /**< remaining length of PDU */ member
|
/net-tools-3.4.0/libcoap/examples/ |
D | client.c | 136 size_t length) { in coap_new_request() 576 new_option_node(unsigned short key, unsigned int length, unsigned char *data) { in new_option_node() 854 decode_segment(const unsigned char *seg, size_t length, unsigned char *buf) { in decode_segment() 876 check_segment(const unsigned char *s, size_t length) { in check_segment()
|
/net-tools-3.4.0/virtual-hub/src/ |
D | graphs.c | 20 void free_memory(float **m, int length) in free_memory()
|