Searched refs:computed (Results 1 – 4 of 4) sorted by relevance
/mcuboot-3.6.0/ext/tinycrypt/tests/include/ |
D | test_utils.h | 99 const void *computed, size_t computedlen) in fatal() argument 104 show_str("\t\tComputed ", computed, computedlen); in fatal() 109 const void *computed, size_t computedlen) in check_result() argument 117 } else if (memcmp(computed, expected, computedlen) != 0) { in check_result() 118 fatal(testnum, expected, expectedlen, computed, computedlen); in check_result()
|
D | test_ecc_utils.h | 86 const unsigned int *computed, 96 const int computed, const int verbose);
|
/mcuboot-3.6.0/ext/tinycrypt/tests/ |
D | test_ecc_utils.c | 186 const unsigned int *computed, in check_ecc_result() argument 190 if (memcmp(computed, expected, num_bytes)) { in check_ecc_result() 193 print_ecc_scalar("Computed", computed, num_word32); in check_ecc_result() 204 const int computed, const int verbose) in check_code() argument 207 if (expected != computed) { in check_code() 209 TC_ERROR("\n Expected: %d, computed: %d\n\n", expected, computed); in check_code() 215 expected, computed); in check_code()
|
/mcuboot-3.6.0/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 131 This compares the computed tag with some given tag.
|