Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 30) sorted by relevance

12

/mcuboot-latest/boot/zephyr/
Dhooks_sample.c81 size_t size) in boot_copy_region_post_hook()
87 size_t size) in boot_serial_uploaded_hook()
Dshared_data.c32 size_t size, in boot_add_data_to_shared_area()
/mcuboot-latest/boot/zcbor/include/
Dzcbor_print.h76 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/
Decc_platform_specific.c74 int default_CSPRNG(uint8_t *dest, unsigned int size) { in default_CSPRNG()
Dutils.c64 int _compare(const uint8_t *a, const uint8_t *b, size_t size) in _compare()
/mcuboot-latest/boot/mbed/
Dmcuboot_main.cpp45 int default_CSPRNG(uint8_t *dest, unsigned int size) { return 0; } in default_CSPRNG()
/mcuboot-latest/boot/mynewt/flash_map_backend/src/
Dflash_map_extended.c57 uint32_t size; in flash_area_sector_from_off() local
/mcuboot-latest/boot/cypress/libs/retarget_io_pdl/
Dcy_retarget_io_pdl.c71 __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/
Dcy_retarget_io_pdl.c71 __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/
Dtest_hmac_prng.c79 unsigned int size = (1 << 19); in main() local
Dtest_ecc_utils.c157 void vli_print_bytes(uint8_t *vli, unsigned int size) in vli_print_bytes()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c61 uint32_t *size) in read_image_size()
217 size_t size; in decrypt_image_inplace() local
/mcuboot-latest/sim/src/
Dtlv.rs347 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
Dimage.rs95 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/
Dcy_smif_psoc6.c116 int psoc6_smif_erase(off_t addr, size_t size) in psoc6_smif_erase()
/mcuboot-latest/boot/bootutil/src/
Dboot_record.c48 size_t size, in boot_add_data_to_shared_area()
Dbootutil_priv.h453 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
Dencrypted.c48 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()
Dimage_validate.c72 uint32_t size; in bootutil_img_hash() local
Dloader.c609 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
Dbootutil_public.c735 uint32_t size; in boot_image_load_header() local
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c143 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/
Dboot_status.h176 #define SHARED_DATA_ENTRY_SIZE(size) (size + SHARED_DATA_ENTRY_HEADER_SIZE) argument
/mcuboot-latest/sim/mcuboot-sys/src/
Darea.rs209 pub size: u32, field
/mcuboot-latest/scripts/imgtool/
Dimage.py757 def pad_to(self, size): argument

12