Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dasn1.c507 int zeros; in asn1_put_integer() local
510 zeros = 0; in asn1_put_integer()
511 while (zeros < 3 && bin[zeros] == 0) in asn1_put_integer()
512 zeros++; in asn1_put_integer()
514 wpabuf_put_u8(buf, 4 - zeros); in asn1_put_integer()
515 wpabuf_put_data(buf, &bin[zeros], 4 - zeros); in asn1_put_integer()
/hal_espressif-latest/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/
Desp_efuse_api_key.c89 unsigned zeros = 0; in esp_efuse_block_is_empty() local
92 ++zeros; in esp_efuse_block_is_empty()
95 if (zeros == blk_len_bit / 32) { in esp_efuse_block_is_empty()
/hal_espressif-latest/components/efuse/src/efuse_controller/keys/without_key_purposes/one_key_block/
Desp_efuse_api_key.c80 unsigned zeros = 0; in esp_efuse_block_is_empty() local
83 ++zeros; in esp_efuse_block_is_empty()
86 if (zeros == blk_len_bit / 32) { in esp_efuse_block_is_empty()
/hal_espressif-latest/components/efuse/src/efuse_controller/keys/with_key_purposes/
Desp_efuse_api_key.c67 unsigned zeros = 0; in esp_efuse_block_is_empty() local
70 ++zeros; in esp_efuse_block_is_empty()
73 if (zeros == blk_len_bit / 32) { in esp_efuse_block_is_empty()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Ddump-cmd.rst87 …, you can see the encoding scheme status for each block. If there are all zeros, then there are no…
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dfirmware-image-format.rst162 The file is padded with zeros until its size is one byte less than a multiple of 16 bytes. A last b…
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild948 … NOTE: Once a BLOCK is read-protected, the application will read all zeros from that block