Lines Matching refs:result
83 unsigned int result = TC_PASS; in test_1_and_2() local
93 result = TC_FAIL; in test_1_and_2()
99 result = TC_FAIL; in test_1_and_2()
102 result = check_result(1, ciphertext, sizeof(out), out, sizeof(out)); in test_1_and_2()
103 TC_END_RESULT(result); in test_1_and_2()
111 result = TC_FAIL; in test_1_and_2()
117 result = TC_FAIL; in test_1_and_2()
120 result = check_result(2, plaintext, sizeof(plaintext), in test_1_and_2()
124 TC_END_RESULT(result); in test_1_and_2()
125 return result; in test_1_and_2()
134 unsigned int result = TC_PASS; in main() local
139 result = test_1_and_2(); in main()
140 if (result == TC_FAIL) { /* terminate test */ in main()
148 TC_END_RESULT(result); in main()
149 TC_END_REPORT(result); in main()