Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h488 #define SECURITY_INFO_BYTES 12 /* doesn't include chip_id and api_version */ macro
492 #define SECURITY_INFO_BYTES 20 macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_commands.c264 uint8_t buf[SECURITY_INFO_BYTES]; in handle_get_security_info()
Dstub_flasher.c206 resp.len_ret = SECURITY_INFO_BYTES; /* Buffer size varies */ in cmd_loop()