Home
last modified time | relevance | path

Searched refs:TC_END_RESULT (Results 1 – 12 of 12) sorted by relevance

/mcuboot-3.7.0/ext/tinycrypt/tests/
Dtest_sha256.c72 TC_END_RESULT(result); in test_1()
98 TC_END_RESULT(result); in test_2()
121 TC_END_RESULT(result); in test_3()
144 TC_END_RESULT(result); in test_4()
170 TC_END_RESULT(result); in test_5()
195 TC_END_RESULT(result); in test_6()
220 TC_END_RESULT(result); in test_7()
246 TC_END_RESULT(result); in test_8()
271 TC_END_RESULT(result); in test_9()
296 TC_END_RESULT(result); in test_10()
[all …]
Dtest_hmac_prng.c105 TC_END_RESULT(result); in main()
115 TC_END_RESULT(result); in main()
123 TC_END_RESULT(result); in main()
133 TC_END_RESULT(result); in main()
Dtest_hmac.c93 TC_END_RESULT(result); in test_1()
121 TC_END_RESULT(result); in test_2()
152 TC_END_RESULT(result); in test_3()
185 TC_END_RESULT(result); in test_4()
213 TC_END_RESULT(result); in test_5()
253 TC_END_RESULT(result); in test_6()
301 TC_END_RESULT(result); in test_7()
360 TC_END_RESULT(result); in main()
Dtest_cbc_mode.c129 TC_END_RESULT(result); in test_1_and_2()
149 TC_END_RESULT(result); in test_1_and_2()
173 TC_END_RESULT(result); in main()
Dtest_ctr_mode.c103 TC_END_RESULT(result); in test_1_and_2()
124 TC_END_RESULT(result); in test_1_and_2()
148 TC_END_RESULT(result); in main()
Dtest_aes.c104 TC_END_RESULT(result); in test_1()
143 TC_END_RESULT(result); in test_2()
1093 TC_END_RESULT(result); in test_3()
2034 TC_END_RESULT(result); in test_4()
2074 TC_END_RESULT(result); in main()
Dtest_cmac_mode.c114 TC_END_RESULT(result); in verify_gf_2_128_double()
141 TC_END_RESULT(result); in verify_cmac_null_msg()
173 TC_END_RESULT(result); in verify_cmac_1_block_msg()
208 TC_END_RESULT(result); in verify_cmac_320_bit_msg()
246 TC_END_RESULT(result); in verify_cmac_512_bit_msg()
310 TC_END_RESULT(result); in main()
Dtest_ecc_dh.c244 TC_END_RESULT(result); in cavp_ecdh()
302 TC_END_RESULT(result); in cavp_keygen()
360 TC_END_RESULT(result); in pkv_vectors()
476 TC_END_RESULT(result); in montecarlo_ecdh()
519 TC_END_RESULT(result); in main()
Dtest_ccm_mode.c128 TC_END_RESULT(result); in do_test()
420 TC_END_RESULT(result); in test_vector_7()
484 TC_END_RESULT(result); in test_vector_8()
541 TC_END_RESULT(result); in main()
Dtest_ecc_dsa.c154 TC_END_RESULT(result); in sign_vectors()
429 TC_END_RESULT(result); in vrfy_vectors()
667 TC_END_RESULT(result); in main()
Dtest_ctr_prng.c562 TC_END_RESULT(result); in main()
/mcuboot-3.7.0/ext/tinycrypt/tests/include/
Dtest_utils.h72 #define TC_END_RESULT(result) \ macro