Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h415 #define SECURITY_INFO_BYTES 12 /* doesn't include chip_id and api_version */ macro
419 #define SECURITY_INFO_BYTES 20 macro
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_commands.c254 uint8_t buf[SECURITY_INFO_BYTES]; in handle_get_security_info()
Dstub_flasher.c182 resp.len_ret = SECURITY_INFO_BYTES; /* Buffer size varies */ in cmd_loop()