Lines Matching refs:mbedtls_printf

69             mbedtls_printf("  CALLOC(0,1): passed (NULL)\n");  in calloc_self_test()
73 mbedtls_printf(" CALLOC(0,1): failed (mix of NULL and non-NULL)\n"); in calloc_self_test()
78 mbedtls_printf(" CALLOC(0,1): passed (same non-null)\n"); in calloc_self_test()
83 mbedtls_printf(" CALLOC(0,1): passed (distinct non-null)\n"); in calloc_self_test()
94 mbedtls_printf(" CALLOC(1,0): passed (NULL)\n"); in calloc_self_test()
98 mbedtls_printf(" CALLOC(1,0): failed (mix of NULL and non-NULL)\n"); in calloc_self_test()
103 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()
125 mbedtls_printf(" CALLOC(1): passed\n"); in calloc_self_test()
133 mbedtls_printf(" CALLOC(1 again): failed (NULL)\n"); in calloc_self_test()
138 mbedtls_printf(" CALLOC(1 again): passed\n"); in calloc_self_test()
146 mbedtls_printf(" CALLOC(%u): failed (memory not initialized to 0)\n", in calloc_self_test()
157 mbedtls_printf(" CALLOC(%u): failed (memory not initialized to 0)\n", in calloc_self_test()
165 mbedtls_printf("\n"); in calloc_self_test()
388 mbedtls_printf("SIZE_MAX must be at least as big as INT_MAX and UINT_MAX\n"); in main()
393 mbedtls_printf("int must be at least 32 bits\n"); in main()
398 mbedtls_printf("size_t must be at least 32 bits\n"); in main()
406 mbedtls_printf("Mixed-endian platforms are not supported\n"); in main()
417 mbedtls_printf("all-bits-zero is not a NULL pointer\n"); in main()
452 mbedtls_printf("Type '" #TYPE "' has padding bits\n"); \ in main()
456 mbedtls_printf("Padding checks only implemented for types of size 2, 4 or 8" \ in main()
473 mbedtls_printf("Type '" #TYPE "' has padding bits\n"); \ in main()
497 mbedtls_printf("the snprintf implementation is broken\n"); in main()
514 mbedtls_printf("\n"); in main()
536 mbedtls_printf(" Test suite %s not available -> failed\n\n", *argp); in main()
552 mbedtls_printf(" Skip: %s\n", test->name); in main()
566 mbedtls_printf(" MBEDTLS_SELF_TEST not defined.\n"); in main()
570 mbedtls_printf(" Executed %d test suites\n\n", suites_tested); in main()
573 mbedtls_printf(" [ %d tests FAIL ]\n\n", suites_failed); in main()
575 mbedtls_printf(" [ All tests PASS ]\n\n"); in main()