Lines Matching refs:text
109 const char *text, int ret ) in mbedtls_debug_print_ret() argument
130 text, ret, (unsigned int) -ret ); in mbedtls_debug_print_ret()
136 const char *file, int line, const char *text, in mbedtls_debug_print_buf() argument
152 text, (unsigned int) len ); in mbedtls_debug_print_buf()
197 const char *text, const mbedtls_ecp_point *X ) in mbedtls_debug_print_ecp() argument
209 mbedtls_snprintf( str, sizeof( str ), "%s(X)", text ); in mbedtls_debug_print_ecp()
212 mbedtls_snprintf( str, sizeof( str ), "%s(Y)", text ); in mbedtls_debug_print_ecp()
220 const char *text, const mbedtls_mpi *X ) in mbedtls_debug_print_mpi() argument
238 text, (unsigned) bitlen ); in mbedtls_debug_print_mpi()
278 const char *text, const mbedtls_pk_context *pk ) in debug_print_pk() argument
298 mbedtls_snprintf( name, sizeof( name ), "%s%s", text, items[i].name ); in debug_print_pk()
315 const char *file, int line, const char *text ) in debug_print_line_by_line() argument
320 start = text; in debug_print_line_by_line()
321 for( cur = text; *cur != '\0'; cur++ ) in debug_print_line_by_line()
341 const char *text, const mbedtls_x509_crt *crt ) in mbedtls_debug_print_crt() argument
359 mbedtls_snprintf( str, sizeof( str ), "%s #%d:\n", text, ++i ); in mbedtls_debug_print_crt()