Home
last modified time | relevance | path

Searched refs:calculate_checksum (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c42 static uint8_t calculate_checksum(uint8_t *buf, int length) in calculate_checksum() function
322 uint8_t data_checksum = calculate_checksum(command->data_buf + 16, payload_len); in cmd_loop()
/hal_espressif-latest/tools/esptool_py/esptool/
Dcmds.py888 calc_checksum = image.calculate_checksum()
1014 calc_checksum = image.calculate_checksum()
Dbin_image.py322 def calculate_checksum(self): member in BaseFirmwareImage