Searched refs:testBlock_t (Results 1 – 1 of 1) sorted by relevance
45 typedef unsigned char testBlock_t[ALIGNMENTS * LENGTHS]; typedef47 testBlock_t bss1, bss2;68 k = sizeof(testBlock_t) - (i > j ? i : j); in runTest()70 for (n = 0; n < sizeof(testBlock_t); ++n) { in runTest()75 MD5Update(mc, b1, sizeof(testBlock_t)); in runTest()76 MD5Update(mc, b2, sizeof(testBlock_t)); in runTest()91 testBlock_t auto1, auto2; in ATF_TC_BODY()