/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | platform.c | 99 const char * format, ... ) in platform_snprintf_uninit() argument 103 ((void) format); in platform_snprintf_uninit() 111 const char * format, 115 const char * format, in mbedtls_platform_set_snprintf() argument 128 static int platform_printf_uninit( const char *format, ... ) in platform_printf_uninit() argument 130 ((void) format); in platform_printf_uninit() 151 static int platform_fprintf_uninit( FILE *stream, const char *format, ... ) in platform_fprintf_uninit() argument 154 ((void) format); in platform_fprintf_uninit()
|
D | debug.c | 83 const char *format, ... ) in mbedtls_debug_print_msg() argument 92 va_start( argp, format ); in mbedtls_debug_print_msg() 95 ret = _vsnprintf_s( str, DEBUG_BUF_SIZE, _TRUNCATE, format, argp ); in mbedtls_debug_print_msg() 97 ret = _vsnprintf( str, DEBUG_BUF_SIZE, format, argp ); in mbedtls_debug_print_msg() 105 ret = vsnprintf( str, DEBUG_BUF_SIZE, format, argp ); in mbedtls_debug_print_msg()
|
D | ecp.c | 442 int format, size_t *olen, in mbedtls_ecp_point_write_binary() argument 448 if( format != MBEDTLS_ECP_PF_UNCOMPRESSED && in mbedtls_ecp_point_write_binary() 449 format != MBEDTLS_ECP_PF_COMPRESSED ) in mbedtls_ecp_point_write_binary() 468 if( format == MBEDTLS_ECP_PF_UNCOMPRESSED ) in mbedtls_ecp_point_write_binary() 479 else if( format == MBEDTLS_ECP_PF_COMPRESSED ) in mbedtls_ecp_point_write_binary() 568 int format, size_t *olen, in mbedtls_ecp_tls_write_point() argument 579 if( ( ret = mbedtls_ecp_point_write_binary( grp, pt, format, in mbedtls_ecp_tls_write_point()
|
/net-tools-2.7.6/tinydtls-0.8.2/ |
D | debug.h | 88 void dsrv_log(log_t level, char *format, ...); 90 #define dsrv_log(level, format, ...) PRINTF(format, ##__VA_ARGS__) argument 113 static inline void dsrv_log(log_t level, char *format, ...) in dsrv_log() argument
|
D | debug.c | 208 dsrv_log(log_t level, char *format, ...) { in dsrv_log() argument 224 va_start(ap, format); in dsrv_log() 225 vfprintf(log_fd, format, ap); in dsrv_log() 231 dsrv_log(log_t level, char *format, ...) { in dsrv_log() argument 244 va_start(ap, format); in dsrv_log() 245 vprintf(format, ap); in dsrv_log()
|
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | platform.h | 139 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... ); 162 extern int (*mbedtls_printf)( const char *format, ... ); 195 extern int (*mbedtls_snprintf)( char * s, size_t n, const char * format, ... ); 205 const char * format, ... ) );
|
D | ecp.h | 392 int format, size_t *olen, 448 int format, size_t *olen,
|
D | debug.h | 116 const char *format, ... );
|
/net-tools-2.7.6/libcoap/examples/ |
D | coap-client.txt.in | 67 Content format for given resource for PUT/POST. 'type' must be either 68 a numeric value reflecting a valid CoAP content format or a string 69 describing a registered format. The following registered content format 74 application/link-format (link, link-format) 88 CoAP content format or a string that specifies a registered format as
|
D | Makefile.am | 39 $(A2X) --doctype manpage --format manpage $<
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/ |
D | test_suite_ecjpake.data | 31 ECJPAKE round one: KKP1: unknown first point format 46 ECJPAKE round one: KKP1: unknow second point format 79 ECJPAKE round one: KKP2: unknown first point format 94 ECJPAKE round one: KKP2: unknow second point format 145 ECJPAKE round two client: unknown first point format 160 ECJPAKE round two client: unknown second point format 199 ECJPAKE round two server: unknown first point format 214 ECJPAKE round two server: unknown second point format
|
D | test_suite_ecp.function | 193 void ecp_write_binary( int id, char *x, char *y, char *z, int format, 212 TEST_ASSERT( mbedtls_ecp_point_write_binary( &grp, &P, format,
|
D | test_suite_ecp.data | 41 ECP write binary #0 (zero, bad format)
|
/net-tools-2.7.6/mbedtls-2.4.0/programs/pkey/ |
D | gen_key.c | 144 int format; /* the output format to use */ member 157 if( opt.format == FORMAT_PEM ) in write_private_key() 227 opt.format = DFL_FORMAT; in main() 249 opt.format = FORMAT_PEM; in main() 251 opt.format = FORMAT_DER; in main()
|
/net-tools-2.7.6/python-websocket-server/tests/ |
D | utils.py | 24 ws = create_connection("ws://{}:{}".format(*server.server_address))
|
/net-tools-2.7.6/libcoap/include/coap/ |
D | debug.h | 54 void coap_log_impl(coap_log_t level, const char *format, ...);
|
/net-tools-2.7.6/docker/ |
D | syslog-receiver.py | 48 ….\-0-9]*) ([0-9a-fA-F\:\.]*) ([\w-]) ([\w-]) ([\w-]) ([\w-]) net_syslog\S* (.*)'", format(message))
|
/net-tools-2.7.6/ |
D | monitor_15_4.c | 75 void debug(const char *format, ...) in debug() argument 79 va_start(ap, format); in debug() 81 vsyslog(LOG_DEBUG, format, ap); in debug()
|
D | README.md | 178 Convert to DER format 197 Convert to DER format
|
D | README.legacy | 183 written in PCAP format for wireshark monitoring.
|
/net-tools-2.7.6/libcoap/src/ |
D | debug.c | 483 coap_log_impl(coap_log_t level, const char *format, ...) { in coap_log_impl() argument 501 va_start(ap, format); in coap_log_impl() 502 vfprintf(log_fd, format, ap); in coap_log_impl()
|
/net-tools-2.7.6/libcoap/ |
D | CONTRIBUTE | 86 single patches, this will be going easy with the 'git format-patch' command 94 git format-patch --cover-letter -o ../patches4libcoap
|
/net-tools-2.7.6/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 9 # The format is: 61 # format and will distribute the generated files over these directories. 248 # using this tag. The format is ext=language, where ext is a file extension, 259 # comments according to the Markdown format, which allows for more readable 589 # output files in an output format independent way. To create the layout file 643 # The WARN_FORMAT tag determines the format of the warning messages that 646 # warning originated and the warning text. Optionally the format may contain 1203 # When MathJax is enabled you can set the default output format to be used for 1288 # The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ... 1648 # format of a tag file without this location is as follows: [all …]
|
/net-tools-2.7.6/libcoap/doc/ |
D | Doxyfile.in | 10 # The format is: 64 # directories (in 2 levels) under the output directory of each output format and 270 # using this tag. The format is ext=language, where ext is a file extension, and 272 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: 287 # according to the Markdown format, which allows for more readable 666 # output files in an output format independent way. To create the layout file 730 # The WARN_FORMAT tag determines the format of the warning messages that doxygen 733 # and the warning text. Optionally the format may contain $version, which will 1227 # files are now used as the Windows 98 help format, and will replace the old 1228 # Windows help format (.hlp) on all Windows platforms in the future. Compressed [all …]
|
/net-tools-2.7.6/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 7 # The format is: 45 # format and will distribute the generated files over these directories. 213 # The format is ext=language, where ext is a file extension, and language is one of 510 # in an output format independent way. The create the layout file that represents 553 # The WARN_FORMAT tag determines the format of the warning messages that 556 # warning originated and the warning text. Optionally the format may contain 1320 # can be added for each tagfile. The format of a tag file without 1489 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
|