Searched refs:do_test (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ccm_mode.c | 70 int do_test(const uint8_t *key, uint8_t *nonce, in do_test() function 163 result = do_test(key, nonce, sizeof(nonce), hdr, sizeof(hdr), in test_vector_1() 200 result = do_test(key, nonce, sizeof(nonce), hdr, sizeof(hdr), in test_vector_2() 239 result = do_test(key, nonce, sizeof(nonce), hdr, sizeof(hdr), data, in test_vector_3() 277 result = do_test(key, nonce, sizeof(nonce), hdr, sizeof(hdr), in test_vector_4() 315 result = do_test(key, nonce, sizeof(nonce), hdr, sizeof(hdr), in test_vector_5() 354 result = do_test(key, nonce, sizeof(nonce), hdr, sizeof(hdr), in test_vector_6()
|