Searched refs:boot_u32_safe_add (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | ram_load.c | 91 if (!boot_u32_safe_add(&img_end_addr, img_dst, img_sz)) { in boot_verify_ram_load_address()
|
D | bootutil_priv.h | 362 static inline bool boot_u32_safe_add(uint32_t *dest, uint32_t a, uint32_t b) in boot_u32_safe_add() function
|
D | bootutil_public.c | 784 if (!boot_u32_safe_add(&size, hdr->ih_img_size, hdr->ih_hdr_size) || in boot_image_load_header()
|
D | loader.c | 887 if (!boot_u32_safe_add(&size, hdr->ih_img_size, hdr->ih_hdr_size)) { 896 if (!boot_u32_safe_add(&size, size, hdr->ih_protect_tlv_size)) {
|