Searched defs:buffer (Results 1 – 10 of 10) sorted by relevance
/mcuboot-3.7.0/ext/tinycrypt/lib/source/ |
D | cbc_mode.c | 42 uint8_t buffer[TC_AES_BLOCK_SIZE]; in tc_cbc_mode_encrypt() local 82 uint8_t buffer[TC_AES_BLOCK_SIZE]; in tc_cbc_mode_decrypt() local
|
D | ctr_mode.c | 42 uint8_t buffer[TC_AES_BLOCK_SIZE]; in tc_ctr_mode() local
|
D | ccm_mode.c | 97 uint8_t buffer[TC_AES_BLOCK_SIZE]; in ccm_ctr_mode() local
|
/mcuboot-3.7.0/boot/zephyr/ |
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 | 31 const char *buffer, int len, in bs_custom_storage_erase()
|
/mcuboot-3.7.0/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-3.7.0/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-3.7.0/boot/mbed/src/ |
D | flash_map_backend.cpp | 177 uint8_t buffer[MCUBOOT_READ_GRANULARITY]; in flash_area_read() local
|
/mcuboot-3.7.0/boot/nuttx/src/flash_map_backend/ |
D | flash_map_backend.c | 538 void *buffer; in flash_area_erase() local
|
/mcuboot-3.7.0/boot/bootutil/src/ |
D | bootutil_public.c | 174 const void *buffer, size_t len) in bootutil_buffer_is_erased()
|