Searched refs:S2 (Results 1 – 19 of 19) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha1-tlsprf.c | 34 const u8 *S1, *S2; in tls_prf_sha1_md5() local 65 S2 = secret + L_S1; in tls_prf_sha1_md5() 68 S2--; in tls_prf_sha1_md5() 72 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf_sha1_md5() 83 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf_sha1_md5() 86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
|
/hal_espressif-latest/components/esp_rom/ |
D | Kconfig.projbuild | 28 e.g. on ESP32-S2, the control GPIO is GPIO46. 34 e.g. on ESP32-S2, the control GPIO is GPIO46.
|
D | CMakeLists.txt | 178 # Since ROM for ESP32-S2 was compiled for 32-bit time_t, only link these functions
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.hw_support | 2 prompt "Minimum Supported ESP32-S2 Revision" 31 comment "Maximum Supported ESP32-S2 Revision (Rev v1.99)"
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.system | 8 … The ESP32-S2 has a built-in brownout detector which can detect if the voltage is lower than 19 between each ESP3-S2 chip.
|
/hal_espressif-latest/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.newlib-data.ld | 2 * These are the .bss/.data symbols used by newlib functions present in ESP32-S2 ROM.
|
D | esp32s2.rom.newlib-nano.ld | 1 /* These are the printf/scanf related newlib functions present in ESP32-S2 ROM.
|
D | esp32s2.rom.newlib-funcs.ld | 2 * These are the newlib functions present in ESP32-S2 ROM.
|
D | esp32s2.rom.ld | 2 * ESP32-S2 ROM address table (except symbols from libgcc and libc)
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | spi_flash.h | 10 #error This file should only be included for ESP32-S2 target
|
/hal_espressif-latest/components/hal/ |
D | CMakeLists.txt | 173 # For ESP32-S2 we do not have HMAC HAL layer implementation yet 178 # For ESP32-S2 we do not have DS HAL layer implementation yet
|
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha512.c | 222 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in mbedtls_sha512_software_process() macro 231 temp2 = S2(a) + F0(a,b,c); \ in mbedtls_sha512_software_process()
|
D | esp_sha256.c | 163 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) macro 178 temp2 = S2(a) + F0(a,b,c); \
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 147 - **autodetection**: Remove the ESP32-S2 ROM class from get_security_info autodetection 214 - **secure download mode**: Fix SDM detection on S2/S3
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 6 Detecting chip type... ESP32-S2
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | advanced-options.rst | 154 …* ``--port-filter vid=0x303A --port-filter pid=0x0002`` matches Espressif ESP32-S2 in USB-OTG mode…
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 338 Its length is limited to 32 bits for ESP32 and 16 bits for ESP32-S2. 560 … Supported in ESP32-ECO3 (ESP32 Chip Revision 3 onwards), ESP32-S2, ESP32-C3, ESP32-S3 SoCs. 660 …- RSA based scheme is supported in ESP32 (Revision 3 onwards), ESP32-S2, ESP32-C3 (ECO3), ESP32-S3. 1039 ESP32-S2: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 23 (*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 52 (*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external
|