/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 34 struct image_header *hdr) in boot_image_validate() 64 struct image_header *hdr) in boot_image_validate_once()
|
D | firmware_loader.c | 38 struct image_header *hdr) in boot_image_validate() 68 struct image_header *hdr) in boot_image_validate_once()
|
D | boot_serial_extensions.c | 16 int bs_peruser_system_specific(const struct nmgr_hdr *hdr, const char *buffer, in bs_peruser_system_specific()
|
D | boot_serial_extension_zephyr_basic.c | 30 static int bs_custom_storage_erase(const struct nmgr_hdr *hdr, in bs_custom_storage_erase()
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 34 struct image_header *hdr) in boot_image_validate() 64 struct image_header *hdr) in boot_image_validate_once()
|
/mcuboot-latest/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-latest/boot/boot_serial/test/src/testcases/ |
D | boot_serial_empty_img_msg.c | 24 struct nmgr_hdr *hdr; in TEST_CASE() local
|
D | boot_serial_empty_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 | 33 struct nmgr_hdr *hdr; in TEST_CASE() local
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 24 struct image_header *hdr, uint8_t *buf, in boot_image_validate_encrypted() 60 struct image_header *hdr, in read_image_size() 118 struct image_header *hdr, in decrypt_region_inplace() 209 struct image_header *hdr) in decrypt_image_inplace()
|
D | boot_serial.c | 261 struct image_header hdr; in bs_list() local 481 struct image_header hdr; in bs_set() local 1140 struct nmgr_hdr *hdr; in boot_serial_input() local 1444 static int boot_serial_get_hash(const struct image_header *hdr, in boot_serial_get_hash()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | image.h | 181 #define IS_ENCRYPTED(hdr) (((hdr)->ih_flags & IMAGE_F_ENCRYPTED_AES128) \ argument 183 #define MUST_DECRYPT(fap, idx, hdr) \ argument 188 #define IS_COMPRESSED(hdr) ((hdr)->ih_flags & COMPRESSIONFLAGS) argument 189 #define MUST_DECOMPRESS(fap, idx, hdr) \ argument 203 const struct image_header *hdr; member
|
/mcuboot-latest/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 | boot_record.c | 123 const struct image_header *hdr, in boot_save_boot_status() 232 int boot_save_shared_data(const struct image_header *hdr, const struct flash_area *fap, in boot_save_shared_data()
|
D | image_validate.c | 66 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_hash() 306 bootutil_get_img_security_cnt(struct image_header *hdr, in bootutil_get_img_security_cnt() 386 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_validate()
|
D | loader.c | 824 boot_image_check(struct boot_loader_state *state, struct image_header *hdr, in boot_image_check() 900 boot_is_header_valid(const struct image_header *hdr, const struct flash_area *fap, 976 struct image_header *hdr; local 1013 const struct image_header *hdr; local 1048 struct image_header *hdr; local 1182 struct image_header *hdr) 1305 struct image_header *hdr; local 1602 struct image_header *hdr; local 2583 struct image_header *hdr = NULL; local 2841 uint32_t slot, struct image_header *hdr, [all …]
|
D | bootutil_priv.h | 185 #define BOOT_LOG_IMAGE_INFO(slot, hdr) \ argument 225 struct image_header hdr; member 377 #define BOOT_TLV_OFF(hdr) ((hdr)->ih_hdr_size + (hdr)->ih_img_size) argument 467 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument 473 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
|
D | bootutil_public.c | 733 struct image_header *hdr) in boot_image_load_header()
|
D | encrypted.c | 636 const struct image_header *hdr, const struct flash_area *fap, in boot_enc_load()
|