Lines Matching refs:text
120 const char *text, int ret ) in mbedtls_debug_print_ret() argument
136 text, ret, -ret ); in mbedtls_debug_print_ret()
142 const char *file, int line, const char *text, in mbedtls_debug_print_buf() argument
153 text, (unsigned int) len ); in mbedtls_debug_print_buf()
198 const char *text, const mbedtls_ecp_point *X ) in mbedtls_debug_print_ecp() argument
205 mbedtls_snprintf( str, sizeof( str ), "%s(X)", text ); in mbedtls_debug_print_ecp()
208 mbedtls_snprintf( str, sizeof( str ), "%s(Y)", text ); in mbedtls_debug_print_ecp()
216 const char *text, const mbedtls_mpi *X ) in mbedtls_debug_print_mpi() argument
234 text, (int) ( ( n * ( sizeof(mbedtls_mpi_uint) << 3 ) ) + j + 1 ) ); in mbedtls_debug_print_mpi()
280 const char *text, const mbedtls_pk_context *pk ) in debug_print_pk() argument
300 mbedtls_snprintf( name, sizeof( name ), "%s%s", text, items[i].name ); in debug_print_pk()
317 const char *file, int line, const char *text ) in debug_print_line_by_line() argument
322 start = text; in debug_print_line_by_line()
323 for( cur = text; *cur != '\0'; cur++ ) in debug_print_line_by_line()
343 const char *text, const mbedtls_x509_crt *crt ) in mbedtls_debug_print_crt() argument
355 mbedtls_snprintf( str, sizeof( str ), "%s #%d:\n", text, ++i ); in mbedtls_debug_print_crt()