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