/mcuboot-2.7.6/ext/tinycrypt/tests/ |
D | test_ccm_mode.c | 71 size_t nlen, const uint8_t *hdr, in do_test() 144 const uint8_t hdr[HEADER_LEN] = { in test_vector_1() local 181 const uint8_t hdr[HEADER_LEN] = { in test_vector_2() local 218 const uint8_t hdr[HEADER_LEN] = { in test_vector_3() local 257 const uint8_t hdr[HEADER_LEN] = { in test_vector_4() local 295 const uint8_t hdr[HEADER_LEN] = { in test_vector_5() local 333 const uint8_t hdr[HEADER_LEN] = { in test_vector_6() local 372 uint8_t *hdr = NULL; in test_vector_7() local 437 const uint8_t hdr[8] = { in test_vector_8() local
|
/mcuboot-2.7.6/boot/zephyr/ |
D | single_loader.c | 33 struct image_header *hdr) in boot_image_validate() 62 struct image_header *hdr) in boot_image_load_header()
|
/mcuboot-2.7.6/boot/boot_serial/test/src/testcases/ |
D | boot_serial_empty_msg.c | 24 struct nmgr_hdr hdr; in TEST_CASE() local
|
D | boot_serial_empty_img_msg.c | 24 struct nmgr_hdr *hdr; in TEST_CASE() local
|
D | boot_serial_img_msg.c | 29 struct nmgr_hdr *hdr; in TEST_CASE() local
|
D | boot_serial_upload_bigger_image.c | 32 struct nmgr_hdr *hdr; in TEST_CASE() local
|
/mcuboot-2.7.6/boot/bootutil/src/ |
D | tlv.c | 39 bootutil_tlv_iter_begin(struct image_tlv_iter *it, const struct image_header *hdr, in bootutil_tlv_iter_begin()
|
D | bootutil_priv.h | 153 #define BOOT_LOG_IMAGE_INFO(slot, hdr) \ argument 204 struct image_header hdr; member 337 #define BOOT_TLV_OFF(hdr) ((hdr)->ih_hdr_size + (hdr)->ih_img_size) argument 406 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument 410 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
|
D | image_validate.c | 64 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_hash() 278 bootutil_get_img_security_cnt(struct image_header *hdr, in bootutil_get_img_security_cnt() 334 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_validate()
|
D | loader.c | 476 boot_image_check(struct boot_loader_state *state, struct image_header *hdr, in boot_image_check() 550 boot_is_header_valid(const struct image_header *hdr, const struct flash_area *fap) in boot_is_header_valid() 589 struct image_header *hdr; in boot_check_header_erased() local 671 const struct image_header *hdr; in boot_rom_address_check() local 706 struct image_header *hdr; in boot_validate_slot() local 798 struct image_header *hdr) in boot_update_security_counter() 904 struct image_header *hdr; in boot_copy_region() local 1163 struct image_header *hdr; in boot_swap_image() local 2151 struct image_header *hdr = NULL; local 2512 struct image_header *hdr = NULL; local
|
D | boot_record.c | 130 const struct image_header *hdr, in boot_save_boot_status()
|
D | encrypted.c | 652 const struct image_header *hdr, const struct flash_area *fap, in boot_enc_load()
|
/mcuboot-2.7.6/boot/bootutil/include/bootutil/ |
D | image.h | 152 #define IS_ENCRYPTED(hdr) (((hdr)->ih_flags & IMAGE_F_ENCRYPTED_AES128) \ argument 154 #define MUST_DECRYPT(fap, idx, hdr) \ argument 168 const struct image_header *hdr; member
|
/mcuboot-2.7.6/boot/boot_serial/src/ |
D | boot_serial.c | 158 struct image_header hdr; in bs_list() local 442 struct nmgr_hdr *hdr; in boot_serial_input() local
|