Home
last modified time | relevance | path

Searched defs:text (Results 1 – 5 of 5) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Ddebug.h46 #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
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
73 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) do { } while( 0 ) argument
74 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) do { } while( 0 ) argument
/net-tools-3.6.0/mbedtls-2.4.0/library/
Ddebug.c120 const char *text, int ret ) in mbedtls_debug_print_ret()
142 const char *file, int line, const char *text, in mbedtls_debug_print_buf()
198 const char *text, const mbedtls_ecp_point *X ) in mbedtls_debug_print_ecp()
216 const char *text, const mbedtls_mpi *X ) in mbedtls_debug_print_mpi()
280 const char *text, const mbedtls_pk_context *pk ) in debug_print_pk()
317 const char *file, int line, const char *text ) in debug_print_line_by_line()
343 const char *text, const mbedtls_x509_crt *crt ) in mbedtls_debug_print_crt()
Dasn1write.c261 const char *text, size_t text_len ) in mbedtls_asn1_write_printable_string()
276 const char *text, size_t text_len ) in mbedtls_asn1_write_ia5_string()
/net-tools-3.6.0/libcoap/src/
Dresource.c105 match(const str *text, const str *pattern, int match_prefix, int match_substring) { in match()
/net-tools-3.6.0/libcoap/examples/
Dclient.c896 cmdline_input(char *text, str *buf) { in cmdline_input()