/mcuboot-latest/boot/zephyr/ |
D | hooks_sample.c | 81 size_t size) in boot_copy_region_post_hook() 87 size_t size) in boot_serial_uploaded_hook()
|
D | shared_data.c | 32 size_t size, in boot_add_data_to_shared_area()
|
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_print.h | 76 static void zcbor_print_compare_lines(const uint8_t *str1, const uint8_t *str2, size_t size) in zcbor_print_compare_lines() 94 static void zcbor_print_compare_strings(const uint8_t *str1, const uint8_t *str2, size_t size) in zcbor_print_compare_strings() 107 static void zcbor_print_compare_strings_diff(const uint8_t *str1, const uint8_t *str2, size_t size) in zcbor_print_compare_strings_diff()
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_platform_specific.c | 74 int default_CSPRNG(uint8_t *dest, unsigned int size) { in default_CSPRNG()
|
D | utils.c | 64 int _compare(const uint8_t *a, const uint8_t *b, size_t size) in _compare()
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_main.cpp | 45 int default_CSPRNG(uint8_t *dest, unsigned int size) { return 0; } in default_CSPRNG()
|
/mcuboot-latest/boot/mynewt/flash_map_backend/src/ |
D | flash_map_extended.c | 57 uint32_t size; in flash_area_sector_from_off() local
|
/mcuboot-latest/boot/cypress/libs/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 71 __weak size_t __write(int handle, const unsigned char * buffer, size_t size) in __write() 140 __weak size_t __read(int handle, unsigned char * buffer, size_t size) in __read()
|
/mcuboot-latest/boot/cypress/platforms/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 71 __weak size_t __write(int handle, const unsigned char * buffer, size_t size) in __write() 140 __weak size_t __read(int handle, unsigned char * buffer, size_t size) in __read()
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_hmac_prng.c | 79 unsigned int size = (1 << 19); in main() local
|
D | test_ecc_utils.c | 157 void vli_print_bytes(uint8_t *vli, unsigned int size) in vli_print_bytes()
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 61 uint32_t *size) in read_image_size() 217 size_t size; in decrypt_image_inplace() local
|
/mcuboot-latest/sim/src/ |
D | tlv.rs | 347 let mut size = 0; in protect_size() localVariable 442 let size = self.protect_size(); in make_tlv() localVariable 674 let size = if aes256 { 40 } else { 24 }; in make_tlv() localVariable 756 let size = if aes256 { 32 } else { 16 }; in make_tlv() localVariable 766 let size = if aes256 { 129 } else { 113 }; in make_tlv() localVariable 771 let size = if aes256 { 96 } else { 80 }; in make_tlv() localVariable 780 let size = (result.len() - npro_pos) as u16; in make_tlv() localVariable
|
D | image.rs | 95 size: usize, field 120 size: u32, field 1677 let size = si.len as u32; localVariable 2033 fn size(&self) -> usize { in size() method
|
/mcuboot-latest/boot/cypress/cy_flash_pal/ |
D | cy_smif_psoc6.c | 116 int psoc6_smif_erase(off_t addr, size_t size) in psoc6_smif_erase()
|
/mcuboot-latest/boot/bootutil/src/ |
D | boot_record.c | 48 size_t size, in boot_add_data_to_shared_area()
|
D | bootutil_priv.h | 453 uint32_t size; member 467 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument 473 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
|
D | encrypted.c | 48 static inline int bootutil_constant_time_compare(const uint8_t *a, const uint8_t *b, size_t size) in bootutil_constant_time_compare() 53 static int bootutil_constant_time_compare(const uint8_t *a, const uint8_t *b, size_t size) in bootutil_constant_time_compare()
|
D | image_validate.c | 72 uint32_t size; in bootutil_img_hash() local
|
D | loader.c | 609 boot_read_image_size(struct boot_loader_state *state, int slot, uint32_t *size) in boot_read_image_size() 903 uint32_t size; local 1440 size_t size; local 1608 uint32_t size; local
|
D | bootutil_public.c | 735 uint32_t size; in boot_image_load_header() local
|
/mcuboot-latest/boot/espressif/port/ |
D | esp_mcuboot.c | 143 static bool aligned_flash_read(uintptr_t addr, void *dest, size_t size) in aligned_flash_read() 213 static bool aligned_flash_write(size_t dest_addr, const void *src, size_t size) in aligned_flash_write()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | boot_status.h | 176 #define SHARED_DATA_ENTRY_SIZE(size) (size + SHARED_DATA_ENTRY_HEADER_SIZE) argument
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | area.rs | 209 pub size: u32, field
|
/mcuboot-latest/scripts/imgtool/ |
D | image.py | 757 def pad_to(self, size): argument
|