Lines Matching refs:OSReport
84 (void)OSReport("NET Demo: Test digest functions\n"); in main()
115 OSReport("------ Test Succeeded ------\n"); in main()
122 OSReport("****** Test Failed ******\n"); in main()
151 void OSReport(const char* msg, ...) in OSReport() function
200 …do { OSReport( ((a) == (b)) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && ((a) == (b)); } while( FAL…
202 …do { OSReport( (memcmp((a), (b), (l)) == 0) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && (memcmp((a…
225 OSReport("NETCalcCRC16(%s) = %04x\n", a[i], result); in DoTest()
243 OSReport("NETCalcCRC32(%s) = %04x\n", a[i], result); in DoTest()
297 OSReport("NET_MD5(%.70s) * %d\n", a[i], c[i]); in DoTest()
360 OSReport("NETCalcHMACMD5: Test Case %d\n", i + 1); in DoTest()
400 OSReport("NET_SHA1(%.70s) * %d\n", a[i], c[i]); in DoTest()
461 OSReport("NETCalcHMACSHA1: Test Case %d\n", i + 1); in DoTest()