Lines Matching refs:idx
147 size_t i, idx = 0; in mbedtls_debug_print_buf() local
152 mbedtls_snprintf( str + idx, sizeof( str ) - idx, "dumping '%s' (%u bytes)\n", in mbedtls_debug_print_buf()
157 idx = 0; in mbedtls_debug_print_buf()
168 mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %s\n", txt ); in mbedtls_debug_print_buf()
171 idx = 0; in mbedtls_debug_print_buf()
175 idx += mbedtls_snprintf( str + idx, sizeof( str ) - idx, "%04x: ", in mbedtls_debug_print_buf()
180 idx += mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %02x", in mbedtls_debug_print_buf()
188 idx += mbedtls_snprintf( str + idx, sizeof( str ) - idx, " " ); in mbedtls_debug_print_buf()
190 mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %s\n", txt ); in mbedtls_debug_print_buf()
220 size_t i, n, idx = 0; in mbedtls_debug_print_mpi() local
233 mbedtls_snprintf( str + idx, sizeof( str ) - idx, "value of '%s' (%d bits) is:\n", in mbedtls_debug_print_mpi()
238 idx = 0; in mbedtls_debug_print_mpi()
255 mbedtls_snprintf( str + idx, sizeof( str ) - idx, "\n" ); in mbedtls_debug_print_mpi()
257 idx = 0; in mbedtls_debug_print_mpi()
261 idx += mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %02x", (unsigned int) in mbedtls_debug_print_mpi()
270 idx += mbedtls_snprintf( str + idx, sizeof( str ) - idx, " 00" ); in mbedtls_debug_print_mpi()
272 mbedtls_snprintf( str + idx, sizeof( str ) - idx, "\n" ); in mbedtls_debug_print_mpi()