Searched refs:boot_fih_memequal (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_misc.c | 67 fih_ret boot_fih_memequal(const void *s1, const void *s2, size_t n) in boot_fih_memequal() function 72 fih_ret boot_fih_memequal(const void *s1, const void *s2, size_t n) in boot_fih_memequal() function
|
D | image_rsa.c | 233 FIH_CALL(boot_fih_memequal, fih_rc, h2, &em[PSS_HASH_OFFSET], PSS_HLEN); in bootutil_cmp_rsasig()
|
D | image_validate.c | 328 FIH_CALL(boot_fih_memequal, fih_rc, hash, key_hash, key_hash_size); in bootutil_find_key() 609 FIH_CALL(boot_fih_memequal, fih_rc, hash, buf, sizeof(hash)); in bootutil_img_validate()
|
D | bootutil_priv.h | 298 fih_ret boot_fih_memequal(const void *s1, const void *s2, size_t n);
|