Searched refs:show_str (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | test_utils.h | 38 static inline void show_str(const char *label, const uint8_t *s, size_t len) in show_str() function 54 show_str("\t\tExpected", expected, expectedlen); in fatal() 55 show_str("\t\tComputed ", computed, computedlen); in fatal()
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | ccm_mode.c | 99 show_str("\t\tExpected", expected, elen); in do_test() 100 show_str("\t\tComputed", ciphertext, elen); in do_test() 112 show_str("\t\tExpected", data, dlen); in do_test() 113 show_str("\t\tComputed", decrypted, sizeof(decrypted)); in do_test() 403 show_str("\t\tExpected", data, sizeof(data)); in ZTEST() 404 show_str("\t\tComputed", decrypted, sizeof(decrypted)); in ZTEST() 459 show_str("\t\tExpected", data, sizeof(data)); in ZTEST() 460 show_str("\t\tComputed", decrypted, sizeof(decrypted)); in ZTEST()
|