#include <zephyr/tc_util.h>
#include <tinycrypt/constants.h>
Go to the source code of this file.
|
static void | show_str (const char *label, const uint8_t *s, size_t len) |
|
static void | fatal (uint32_t testnum, const void *expected, size_t expectedlen, const void *computed, size_t computedlen) |
|
static uint32_t | check_result (uint32_t testnum, const void *expected, size_t expectedlen, const void *computed, size_t computedlen, uint32_t verbose) |
|
◆ check_result()
◆ fatal()
static void fatal |
( |
uint32_t |
testnum, |
|
|
const void * |
expected, |
|
|
size_t |
expectedlen, |
|
|
const void * |
computed, |
|
|
size_t |
computedlen |
|
) |
| |
|
inlinestatic |
◆ show_str()
static void show_str |
( |
const char * |
label, |
|
|
const uint8_t * |
s, |
|
|
size_t |
len |
|
) |
| |
|
inlinestatic |