Searched refs:show (Results 1 – 7 of 7) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_cmac_mode.c | 54 static void show(const char *label, const uint8_t *s, size_t slen) in show() function 93 show("expected L =", l, sizeof(l)); in verify_gf_2_128_double() 94 show("computed L =", L, sizeof(L)); in verify_gf_2_128_double() 101 show("expected K1 =", k1, sizeof(k1)); in verify_gf_2_128_double() 102 show("computed K1 =", K1, sizeof(k1)); in verify_gf_2_128_double() 109 show("expected K2 =", k2, sizeof(k2)); in verify_gf_2_128_double() 110 show("computed K2 =", K2, sizeof(k2)); in verify_gf_2_128_double() 136 show("expected Tag =", tag, sizeof(tag)); in verify_cmac_null_msg() 137 show("computed Tag =", Tag, sizeof(Tag)); in verify_cmac_null_msg() 167 show("aes_cmac failed with 1 block msg =", msg, sizeof(msg)); in verify_cmac_1_block_msg() [all …]
|
D | test_hmac_prng.c | 54 void show(const char *label, const uint8_t *s, size_t len) in show() function 127 show ("Pseudo-random data", random, size); in main()
|
/mcuboot-latest/ci/ |
D | check-signed-off-by.sh | 19 commits=$(git show -s --format=%h ${1}~..HEAD) 26 commits=$(git show -s --format=%h ${parents[0]}..${parents[1]})
|
D | imgtool_run.sh | 33 last_release=$(pip show imgtool | grep "Version: " | cut -d" " -f2)
|
/mcuboot-latest/ptest/src/ |
D | main.rs | 57 matrix.show(); in main() 265 fn show(&self) { in show() method
|
/mcuboot-latest/scripts/ |
D | mcubin.bt | 18 // (http://www.sweetscape.com/010editor/) to allow it to show the
|
/mcuboot-latest/docs/ |
D | release-notes.md | 20 - bootutil: Added debug logging to show write location of swap status 24 to show the available tests and `run` to run them. The `-t` argument will 115 show a single option for enabling encryption and selecting the key
|