Searched refs:expectedlen (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | test_utils.h | 50 void fatal(uint32_t testnum, const void *expected, size_t expectedlen, in fatal() argument 54 show_str("\t\tExpected", expected, expectedlen); in fatal() 61 size_t expectedlen, const void *computed, in check_result() argument 68 if (expectedlen != computedlen) { in check_result() 72 expectedlen); in check_result() 76 fatal(testnum, expected, expectedlen, in check_result()
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | hmac.c | 47 size_t expectedlen) in do_hmac_test() argument 55 result = check_result(testnum, expected, expectedlen, in do_hmac_test()
|