Home
last modified time | relevance | path

Searched refs:tbl_val (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c182 boot_magic_compatible_check(uint8_t tbl_val, uint8_t val) in boot_magic_compatible_check() argument
184 switch (tbl_val) { in boot_magic_compatible_check()
192 return tbl_val == val; in boot_magic_compatible_check()
Dbootutil_priv.h301 int boot_magic_compatible_check(uint8_t tbl_val, uint8_t val);