Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 3 of 3) sorted by relevance

/mcuboot-3.7.0/boot/bootutil/src/
Dimage_rsa.c93 int bytes; in pss_mgf1() local
/mcuboot-3.7.0/boot/espressif/port/
Desp_mcuboot.c158 uint32_t bytes = MIN(bytes_remaining + addr_offset, sizeof(read_data)); in aligned_flash_read() local
234 uint32_t bytes = MIN(bytes_remaining + addr_offset, sizeof(write_data)); in aligned_flash_write() local
/mcuboot-3.7.0/ext/tinycrypt/lib/source/
Decc.c814 void uECC_vli_nativeToBytes(uint8_t *bytes, int num_bytes, in uECC_vli_nativeToBytes()
825 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes, in uECC_vli_bytesToNative()