Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Ddebug.h42 #define MBEDTLS_SSL_DEBUG_MSG( level, args ) \ argument
46 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument
49 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument
53 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument
58 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument
63 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument
69 #define MBEDTLS_SSL_DEBUG_MSG( level, args ) do { } while( 0 ) argument
70 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) do { } while( 0 ) argument
71 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) do { } while( 0 ) argument
72 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) do { } while( 0 ) argument
[all …]
/net-tools-3.4.0/mbedtls-2.4.0/library/
Ddebug.c63 static inline void debug_send_line( const mbedtls_ssl_context *ssl, int level, in debug_send_line()
81 void mbedtls_debug_print_msg( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_msg()
118 void mbedtls_debug_print_ret( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_ret()
141 void mbedtls_debug_print_buf( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_buf()
196 void mbedtls_debug_print_ecp( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_ecp()
214 void mbedtls_debug_print_mpi( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_mpi()
278 static void debug_print_pk( const mbedtls_ssl_context *ssl, int level, in debug_print_pk()
316 static void debug_print_line_by_line( const mbedtls_ssl_context *ssl, int level, in debug_print_line_by_line()
341 void mbedtls_debug_print_crt( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_crt()
Dssl_tls.c4024 unsigned char level, in mbedtls_ssl_send_alert_message()
/net-tools-3.4.0/tinydtls-0.8.2/
Ddebug.c63 dtls_set_log_level(log_t level) { in dtls_set_log_level()
208 dsrv_log(log_t level, char *format, ...) { in dsrv_log()
231 dsrv_log(log_t level, char *format, ...) { in dsrv_log()
277 void dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr) in dtls_dsrv_log_addr()
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()
Ddebug.h90 #define dsrv_log(level, format, ...) PRINTF(format, ##__VA_ARGS__) argument
110 static inline void dtls_set_log_level(log_t level) in dtls_set_log_level()
113 static inline void dsrv_log(log_t level, char *format, ...) in dsrv_log()
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()
127 dtls_dsrv_log_addr(log_t level, const char *name, const struct __session_t *addr) in dtls_dsrv_log_addr()
Dalert.h70 dtls_alert_create(dtls_alert_level_t level, dtls_alert_t desc) in dtls_alert_create()
Ddtls.c1485 dtls_send_alert(dtls_context_t *ctx, dtls_peer_t *peer, dtls_alert_level_t level, in dtls_send_alert()
3562 int level; in dtls_alert_send_from_err() local
/net-tools-3.4.0/mbedtls-2.4.0/programs/ssl/
Dssl_server.c83 static void my_debug( void *ctx, int level, in my_debug()
Dssl_client1.c71 static void my_debug( void *ctx, int level, in my_debug()
Dssl_fork_server.c86 static void my_debug( void *ctx, int level, in my_debug()
Ddtls_server.c82 static void my_debug( void *ctx, int level, in my_debug()
Ddtls_client.c73 static void my_debug( void *ctx, int level, in my_debug()
Dssl_pthread_server.c91 static void my_mutexed_debug( void *ctx, int level, in my_mutexed_debug()
Dssl_mail_client.c157 static void my_debug( void *ctx, int level, in my_debug()
Dssl_client2.c322 static void my_debug( void *ctx, int level, in my_debug()
Dssl_server2.c405 static void my_debug( void *ctx, int level, in my_debug()
/net-tools-3.4.0/libcoap/src/
Ddebug.c65 coap_set_log_level(coap_log_t level) { in coap_set_log_level()
483 coap_log_impl(coap_log_t level, const char *format, ...) { in coap_log_impl()
/net-tools-3.4.0/
Ddtls-server.c93 static void my_debug(void *ctx, int level, in my_debug()
Ddtls-client.c322 static void my_debug(void *ctx, int level, in my_debug()
Dcoap-client.c1034 dtls_alert_level_t level, unsigned short code) in handle_event()
/net-tools-3.4.0/mbedtls-2.4.0/programs/x509/
Dcert_app.c116 static void my_debug( void *ctx, int level, in my_debug()
/net-tools-3.4.0/tinydtls-0.8.2/tests/
Ddtls-server.c245 dtls_alert_level_t level, unsigned short code) in handle_event()
Ddtls-client.c309 dtls_alert_level_t level, unsigned short code) in handle_event()
/net-tools-3.4.0/libcoap/tests/
Dtest_pdu.c605 coap_log_t level = coap_get_log_level(); in t_encode_pdu11() local
Dtest_options.c399 coap_log_t level = coap_get_log_level(); in t_access_option6() local