Lines Matching refs:mbedtls_printf
71 mbedtls_printf(" CALLOC(0,1): passed (NULL)\n"); in calloc_self_test()
75 mbedtls_printf(" CALLOC(0,1): failed (mix of NULL and non-NULL)\n"); in calloc_self_test()
80 mbedtls_printf(" CALLOC(0,1): passed (same non-null)\n"); in calloc_self_test()
84 mbedtls_printf(" CALLOC(0,1): passed (distinct non-null)\n"); in calloc_self_test()
95 mbedtls_printf(" CALLOC(1,0): passed (NULL)\n"); in calloc_self_test()
99 mbedtls_printf(" CALLOC(1,0): failed (mix of NULL and non-NULL)\n"); in calloc_self_test()
104 mbedtls_printf(" CALLOC(1,0): passed (same non-null)\n"); in calloc_self_test()
108 mbedtls_printf(" CALLOC(1,0): passed (distinct non-null)\n"); in calloc_self_test()
114 mbedtls_printf(" CALLOC(1): failed (NULL)\n"); in calloc_self_test()
119 mbedtls_printf(" CALLOC(1): failed (same buffer twice)\n"); in calloc_self_test()
124 mbedtls_printf(" CALLOC(1): passed\n"); in calloc_self_test()
132 mbedtls_printf(" CALLOC(1 again): failed (NULL)\n"); in calloc_self_test()
137 mbedtls_printf(" CALLOC(1 again): passed\n"); in calloc_self_test()
145 mbedtls_printf(" CALLOC(%u): failed (memory not initialized to 0)\n", in calloc_self_test()
156 mbedtls_printf(" CALLOC(%u): failed (memory not initialized to 0)\n", in calloc_self_test()
164 mbedtls_printf("\n"); in calloc_self_test()
387 mbedtls_printf("SIZE_MAX must be at least as big as INT_MAX and UINT_MAX\n"); in main()
392 mbedtls_printf("int must be at least 32 bits\n"); in main()
397 mbedtls_printf("size_t must be at least 32 bits\n"); in main()
405 mbedtls_printf("Mixed-endian platforms are not supported\n"); in main()
416 mbedtls_printf("all-bits-zero is not a NULL pointer\n"); in main()
451 mbedtls_printf("Type '" #TYPE "' has padding bits\n"); \ in main()
455 mbedtls_printf("Padding checks only implemented for types of size 2, 4 or 8" \ in main()
472 mbedtls_printf("Type '" #TYPE "' has padding bits\n"); \ in main()
496 mbedtls_printf("the snprintf implementation is broken\n"); in main()
513 mbedtls_printf("\n"); in main()
535 mbedtls_printf(" Test suite %s not available -> failed\n\n", *argp); in main()
551 mbedtls_printf(" Skip: %s\n", test->name); in main()
565 mbedtls_printf(" MBEDTLS_SELF_TEST not defined.\n"); in main()
569 mbedtls_printf(" Executed %d test suites\n\n", suites_tested); in main()
572 mbedtls_printf(" [ %d tests FAIL ]\n\n", suites_failed); in main()
574 mbedtls_printf(" [ All tests PASS ]\n\n"); in main()