Home
last modified time | relevance | path

Searched refs:blk0 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Ddump-cmd.rst13 …te file. Provide the common path name like /path/blk.bin, it will create: blk0.bin, blk1.bin ... b…
88 …ll create files in the given directory (the directory must exist): /chip1/blk0.bin, /chip1/blk1.bi…
95 backup/chip1/blk0.bin
111 > espefuse.py burn_block_data BLOCK0 backup/chip1/blk0.bin \
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dsha1-internal.c135 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \ macro
138 #define blk0(i) block->l[i] macro
145 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \