Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 10 of 10) sorted by relevance

/mcuboot-3.7.0/ext/tinycrypt/lib/source/
Dcbc_mode.c42 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
Dctr_mode.c42 uint8_t buffer[TC_AES_BLOCK_SIZE]; in tc_ctr_mode() local
Dccm_mode.c97 uint8_t buffer[TC_AES_BLOCK_SIZE]; in ccm_ctr_mode() local
/mcuboot-3.7.0/boot/zephyr/
Dboot_serial_extensions.c16 int bs_peruser_system_specific(const struct nmgr_hdr *hdr, const char *buffer, in bs_peruser_system_specific()
Dboot_serial_extension_zephyr_basic.c31 const char *buffer, int len, in bs_custom_storage_erase()
/mcuboot-3.7.0/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-3.7.0/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-3.7.0/boot/mbed/src/
Dflash_map_backend.cpp177 uint8_t buffer[MCUBOOT_READ_GRANULARITY]; in flash_area_read() local
/mcuboot-3.7.0/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c538 void *buffer; in flash_area_erase() local
/mcuboot-3.7.0/boot/bootutil/src/
Dbootutil_public.c174 const void *buffer, size_t len) in bootutil_buffer_is_erased()