Lines Matching refs:text

89                              const char *text, int ret)  in mbedtls_debug_print_ret()  argument
110 text, ret, (unsigned int) -ret); in mbedtls_debug_print_ret()
116 const char *file, int line, const char *text, in mbedtls_debug_print_buf() argument
131 text, (unsigned int) len); in mbedtls_debug_print_buf()
173 const char *text, const mbedtls_ecp_point *X) in mbedtls_debug_print_ecp() argument
184 mbedtls_snprintf(str, sizeof(str), "%s(X)", text); in mbedtls_debug_print_ecp()
187 mbedtls_snprintf(str, sizeof(str), "%s(Y)", text); in mbedtls_debug_print_ecp()
194 const char *file, int line, const char *text, in mbedtls_debug_print_ec_coord() argument
201 text, (unsigned int) len * 8); in mbedtls_debug_print_ec_coord()
235 const char *text, const mbedtls_pk_context *pk) in mbedtls_debug_print_psa_ec() argument
254 mbedtls_snprintf(str, sizeof(str), "%s(X)", text); in mbedtls_debug_print_psa_ec()
259 mbedtls_snprintf(str, sizeof(str), "%s(Y)", text); in mbedtls_debug_print_psa_ec()
267 const char *text, const mbedtls_mpi *X) in mbedtls_debug_print_mpi() argument
284 text, (unsigned) bitlen); in mbedtls_debug_print_mpi()
318 const char *text, const mbedtls_pk_context *pk) in debug_print_pk() argument
337 mbedtls_snprintf(name, sizeof(name), "%s%s", text, items[i].name); in debug_print_pk()
361 const char *file, int line, const char *text) in debug_print_line_by_line() argument
366 start = text; in debug_print_line_by_line()
367 for (cur = text; *cur != '\0'; cur++) { in debug_print_line_by_line()
386 const char *text, const mbedtls_x509_crt *crt) in mbedtls_debug_print_crt() argument
402 mbedtls_snprintf(str, sizeof(str), "%s #%d:\n", text, ++i); in mbedtls_debug_print_crt()