/mcuboot-latest/boot/boot_serial/test/src/testcases/ |
D | boot_serial_empty_img_msg.c | 23 char buf[sizeof(struct nmgr_hdr) + 32]; in TEST_CASE() local
|
D | boot_serial_empty_msg.c | 23 char buf[4]; in TEST_CASE() local
|
D | boot_serial_img_msg.c | 26 char buf[sizeof(struct nmgr_hdr) + sizeof(enc_img) + 32]; in TEST_CASE() local
|
D | boot_serial_upload_bigger_image.c | 29 char buf[sizeof(struct nmgr_hdr) + 128]; in TEST_CASE() local
|
/mcuboot-latest/ext/mbedtls-asn1/src/ |
D | platform_util.c | 67 void mbedtls_platform_zeroize( void *buf, size_t len ) in mbedtls_platform_zeroize()
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 259 bs_list(char *buf, int len) in bs_list() 432 bs_set(char *buf, int len) in bs_set() 578 bs_list_set(uint8_t op, char *buf, int len) in bs_list_set() 593 bs_slot_info(uint8_t op, char *buf, int len) in bs_slot_info() 776 bs_upload(char *buf, int len) in bs_upload() 1050 bs_echo(char *buf, int len) in bs_echo() 1101 bs_reset(char *buf, int len) in bs_reset() 1138 boot_serial_input(char *buf, int len) in boot_serial_input() 1214 char buf[BOOT_SERIAL_OUT_MAX + sizeof(*bs_hdr) + sizeof(crc) + sizeof(totlen)]; in boot_serial_output() local
|
D | boot_serial_encryption.c | 24 struct image_header *hdr, uint8_t *buf, in boot_image_validate_encrypted() 130 uint8_t buf[sz] __attribute__((aligned)); in decrypt_region_inplace() local
|
/mcuboot-latest/boot/mbed/include/utils/ |
D | DataShare.cpp | 58 int DataShare::get_next(uint16_t *type, mbed::Span<uint8_t> buf, uint16_t *actual_size) { in get_next()
|
/mcuboot-latest/testplan/mynewt/apps/slinky/src/ |
D | main.c | 104 test_conf_get(int argc, char **argv, char *buf, int max_len) in test_conf_get() 140 char buf[4]; in test_conf_export() local
|
/mcuboot-latest/boot/bootutil/src/ |
D | encrypted.c | 433 boot_decrypt_key(const uint8_t *buf, uint8_t *enckey) in boot_decrypt_key() 643 uint8_t *buf; in boot_enc_load() local 645 uint8_t buf[EXPECTED_ENC_LEN]; in boot_enc_load() local 692 uint32_t sz, uint32_t blk_off, uint8_t *buf) in boot_enc_encrypt() 715 uint32_t sz, uint32_t blk_off, uint8_t *buf) in boot_enc_decrypt()
|
D | boot_record.c | 134 uint8_t buf[MAX_BOOT_RECORD_SZ]; in boot_save_boot_status() local
|
D | bootutil_public.c | 325 uint8_t buf[BOOT_MAX_ALIGN]; in boot_write_trailer() local 352 const uint8_t buf[1] = { flag_val }; in boot_write_trailer_flag() local
|
D | image_validate.c | 409 uint8_t buf[SIG_BUF_SIZE]; in bootutil_img_validate() local
|
D | loader.c | 770 uint8_t buf[BOOT_MAX_ALIGN]; in boot_write_status() local 1324 TARGET_STATIC uint8_t buf[BUF_SZ] __attribute__((aligned(4))); local
|
/mcuboot-latest/boot/mynewt/src/ |
D | main.c | 112 char buf[BOOT_SERIAL_DETECT_STRING_LEN] = { 0 }; in serial_detect_uart_string() local
|
/mcuboot-latest/boot/mynewt/boot_uart/src/ |
D | boot_uart.c | 35 uint8_t buf[MYNEWT_VAL(CONSOLE_UART_RX_BUF_SIZE)]; member
|
/mcuboot-latest/ptest/src/ |
D | main.rs | 333 let mut buf = String::new(); in textual() localVariable 347 let mut buf = String::new(); in simple_textual() localVariable
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ecc_utils.c | 86 int hex2bin(uint8_t *buf, const size_t buflen, const char *hex, in hex2bin()
|
/mcuboot-latest/sim/src/ |
D | tlv.rs | 731 let mut buf = if aes256 { vec![0u8; 64] } else { vec![0u8; 48] }; in make_tlv() localVariable 760 let mut buf = vec![]; in make_tlv() localVariable 810 let mut buf = if aes256 { in generate_enc_key() localVariable
|
D | image.rs | 1874 let mut buf = vec![]; in install_image() localVariable 2041 let buf = image.as_slice(); in verify_image() localVariable 2157 let mut buf: Vec<u8> = vec![]; in install_ptable() localVariable 2246 let mut buf = vec![dev.erased_val(); c::boot_max_align()]; in mark_upgrade() localVariable 2276 let mut buf = Cursor::new(&mut seed_block[..]); in splat() localVariable
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | api.rs | 288 let mut buf: &mut[u8] = unsafe { slice::from_raw_parts_mut(dest, size as usize) }; in sim_flash_read() localVariable 301 let buf: &[u8] = unsafe { slice::from_raw_parts(src, size as usize) }; in sim_flash_write() localVariable
|
/mcuboot-latest/sim/simflash/src/ |
D | lib.rs | 335 let mut buf = [0xAA; 4]; in test_device() localVariable 352 let mut buf = Vec::new(); in test_device() localVariable
|
/mcuboot-latest/boot/espressif/hal/src/ |
D | flash_encrypt.c | 451 uint32_t buf[FLASH_SECTOR_SIZE / sizeof(uint32_t)]; in esp_flash_encrypt_region() local
|