Searched refs:check_result (Results 1 – 7 of 7) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_sha256.c | 70 result = check_result(1, expected, sizeof(expected), in test_1() 96 result = check_result(2, expected, sizeof(expected), in test_2() 119 result = check_result(3, expected, sizeof(expected), in test_3() 142 result = check_result(4, expected, sizeof(expected), in test_4() 168 result = check_result(5, expected, sizeof(expected), in test_5() 193 result = check_result(6, expected, sizeof(expected), in test_6() 218 result = check_result(7, expected, sizeof(expected), in test_7() 244 result = check_result(8, expected, sizeof(expected), in test_8() 269 result = check_result(9, expected, sizeof(expected), in test_9() 294 result = check_result(10, expected, sizeof(expected), in test_10() [all …]
|
D | test_aes.c | 100 result = check_result(1, expected.words, sizeof(expected.words), s.words, in test_1() 139 result = check_result(2, expected, sizeof(expected), ciphertext, in test_2() 156 result = check_result(r, out, NUM_OF_NIST_KEYS, ciphertext, in var_text_test() 163 result = check_result(r, in, NUM_OF_NIST_KEYS, in var_text_test() 1112 result = check_result(r, out, NUM_OF_NIST_KEYS, ciphertext, in var_key_test()
|
D | test_cbc_mode.c | 127 result = check_result(1, ciphertext, sizeof(encrypted), encrypted, in test_1_and_2() 145 result = check_result(2, plaintext, sizeof(decrypted), decrypted, in test_1_and_2()
|
D | test_ctr_mode.c | 102 result = check_result(1, ciphertext, sizeof(out), out, sizeof(out)); in test_1_and_2() 120 result = check_result(2, plaintext, sizeof(plaintext), in test_1_and_2()
|
D | test_hmac.c | 61 result = check_result(testnum, expected, expectedlen, in do_hmac_test()
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | main.c | 85 void check_result(int res) in check_result() function 100 check_result(cy_retarget_io_init(CY_DEBUG_UART_TX, CY_DEBUG_UART_RX, in test_app_init_hardware()
|
/mcuboot-latest/ext/tinycrypt/tests/include/ |
D | test_utils.h | 108 static inline unsigned int check_result(unsigned int testnum, const void *expected, size_t expected… in check_result() function
|