Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 37) sorted by relevance

12

/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c126 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_sha1_software_process() local
162 D = ctx->state[3]; in mbedtls_sha1_software_process()
168 P( A, B, C, D, E, W[0] ); in mbedtls_sha1_software_process()
169 P( E, A, B, C, D, W[1] ); in mbedtls_sha1_software_process()
170 P( D, E, A, B, C, W[2] ); in mbedtls_sha1_software_process()
171 P( C, D, E, A, B, W[3] ); in mbedtls_sha1_software_process()
172 P( B, C, D, E, A, W[4] ); in mbedtls_sha1_software_process()
173 P( A, B, C, D, E, W[5] ); in mbedtls_sha1_software_process()
174 P( E, A, B, C, D, W[6] ); in mbedtls_sha1_software_process()
175 P( D, E, A, B, C, W[7] ); in mbedtls_sha1_software_process()
[all …]
Desp_sha512.c214 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_software_process() local
247 D = ctx->state[3]; in mbedtls_sha512_software_process()
255 P( A, B, C, D, E, F, G, H, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
256 P( H, A, B, C, D, E, F, G, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
257 P( G, H, A, B, C, D, E, F, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
258 P( F, G, H, A, B, C, D, E, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
259 P( E, F, G, H, A, B, C, D, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
260 P( D, E, F, G, H, A, B, C, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
261 P( C, D, E, F, G, H, A, B, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
262 P( B, C, D, E, F, G, H, A, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
[all …]
/hal_espressif-latest/components/log/include/
Desp_log.h304 #define ESP_EARLY_LOGD( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_DEBUG, D __VA_…
314 #define ESP_EARLY_LOGD( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_DEBUG, D, ##__…
394 …else if (level==ESP_LOG_DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, format)…
402 …DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_SYSTEM_TIME_FORMAT(D, format), esp_log_sy…
412 …else if (level==ESP_LOG_DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, format)…
420 …DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_SYSTEM_TIME_FORMAT(D, format), esp_log_sy…
459 #define ESP_DRAM_LOGD( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_DEBUG, D __VA_OP…
469 #define ESP_DRAM_LOGD( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_DEBUG, D, ##__VA…
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c360 DWORD D; in multiprecision_fast_mod_P256() local
411 D = A; in multiprecision_fast_mod_P256()
413 D += a[10]; in multiprecision_fast_mod_P256()
414 UD += (D < a[10]); in multiprecision_fast_mod_P256()
415 UD -= (D < a[14]); in multiprecision_fast_mod_P256()
416 D -= a[14]; in multiprecision_fast_mod_P256()
570 U -= (c[7] < D); in multiprecision_fast_mod_P256()
572 c[7] -= D; in multiprecision_fast_mod_P256()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dpkcs5.c405 u8 *D = NULL, *I = NULL, *B = NULL, *pos; in pkcs12_key_gen() local
413 D = os_malloc(v); in pkcs12_key_gen()
414 if (!D) in pkcs12_key_gen()
416 os_memset(D, id, v); in pkcs12_key_gen()
443 addr[0] = D; in pkcs12_key_gen()
479 os_free(D); in pkcs12_key_gen()
Dlibtommath.h774 mp_int x, y, u, v, A, B, C, D; in mp_invmod_slow() local
784 &A, &B, &C, &D, NULL)) != MP_OKAY) { in mp_invmod_slow()
810 mp_set (&D, 1); in mp_invmod_slow()
845 if (mp_isodd (&C) == 1 || mp_isodd (&D) == 1) { in mp_invmod_slow()
850 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) { in mp_invmod_slow()
858 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) { in mp_invmod_slow()
874 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) { in mp_invmod_slow()
887 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) { in mp_invmod_slow()
921 LBL_ERR:mp_clear_multi (&x, &y, &u, &v, &A, &B, &C, &D, NULL); in mp_invmod_slow()
1032 mp_digit D, r, rr; in mp_div_2d() local
[all …]
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in18 * 40370000 <- IRAM/Icache -> 40378000 <- D/IRAM (I) -> 403E0000
19 * 3FC88000 <- D/IRAM (D) -> 3FCF0000 <- DRAM/DCache -> 3FD00000
24 * D cache use the memory from high address, so when it's configured to 16K/32K, the region
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc.h176 BYTES_TO_WORDS_8(A0, 33, EB, 2D, 81, 7D, 03, 77),
186 BYTES_TO_WORDS_8(F6, B0, 53, CC, B0, 06, 1D, 65),
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Decc.h176 BYTES_TO_WORDS_8(A0, 33, EB, 2D, 81, 7D, 03, 77),
186 BYTES_TO_WORDS_8(F6, B0, 53, CC, B0, 06, 1D, 65),
/hal_espressif-latest/components/esp_hw_support/include/
Desp_wake_stub.h26 #define ESP_RTC_LOGD( format, ... ) ESP_RTC_LOG(ESP_LOG_DEBUG, RTC_LOG_FORMAT(D, format), ##__VA_A…
/hal_espressif-latest/tools/esptool_py/test/secure_images/
Drsa_secure_boot_signing_key4.pem5 6VN/PK73RETWwV+Ie3zxIrMeF2mpumLrW4U5YBt8PNQ1eAWmlUYD1iMGXZeZ9u/D
/hal_espressif-latest/components/spi_flash/sim/stubs/log/include/
Desp_log.h57 …_LEVEL >= ESP_LOG_DEBUG) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, format), esp_log_ti…
/hal_espressif-latest/components/esp_netif/
DKconfig74 bool "Enable LwIP IEEE 802.1D bridge"
77 …Enable LwIP IEEE 802.1D bridge support in ESP-NETIF. Note that "Number of clients store data in ne…
DREADME.md25 | | | | | | (D) |
89 ### D) Network stack: no public interaction with user code (wrtt interfaces)
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-P4.rst158 …USB_DEVICE_EXCHG_PINS (BLOCK0) Enable usb device exchange pins of D+ and D- …
159 …USB_OTG11_EXCHG_PINS (BLOCK0) Enable usb otg11 exchange pins of D+ and D- …
Dsummary_ESP32-C3.rst131 …SPI_PAD_CONFIG_D (BLOCK1) SPI PAD D(D0) …
145 …USB_EXCHG_PINS (BLOCK0) Set this bit to exchange USB D+ and D- pins …
Dsummary_ESP32-S2.rst141 …SPI_PAD_CONFIG_D (BLOCK1) SPI_PAD_configure D(D0) …
153 …USB_EXCHG_PINS (BLOCK0) Set this bit to exchange USB D+ and D- pins …
Dsummary_ESP32-S3.rst126 …SPI_PAD_CONFIG_D (BLOCK1) SPI_PAD_configure D(D0) …
138 …USB_EXCHG_PINS (BLOCK0) Set this bit to exchange USB D+ and D- pins …
Dsummary_ESP32-C6.rst140 …USB_EXCHG_PINS (BLOCK0) Represents whether the D+ and D- pins is exchan…
Dsummary_ESP32-H2.rst140 …USB_EXCHG_PINS (BLOCK0) Represents whether the D+ and D- pins is exchan…
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst94 * D = GPIO 8
109 * D = GPIO 13
118 …``--spi-connection <CLK>,<Q>,<D>,<HD>,<CS>`` allows a custom list of pins to be configured for the…
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv117 … EFUSE_BLK0, 57, 1, [] Set this bit to exchange USB D+ and D- pins
152 SPI_PAD_CONFIG_D, EFUSE_BLK1, 60, 6, [] SPI PAD D(D0)
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv127 … EFUSE_BLK0, 56, 1, [] Set this bit to exchange USB D+ and D- pins
168 SPI_PAD_CONFIG_D, EFUSE_BLK1, 60, 6, [] SPI_PAD_configure D(D0)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h67 #define BLE_MESH_PRINT_D(tag, format, ...) {esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, form…
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.h265 …dtls_mpi *N, const mbedtls_mpi *P, const mbedtls_mpi *Q, const mbedtls_mpi *D, const mbedtls_mpi *…
266 …P, size_t P_len, unsigned char const *Q, size_t Q_len, unsigned char const *D, size_t D_len, unsig…
289 …uce_primes)( mbedtls_mpi const *N, mbedtls_mpi const *E, mbedtls_mpi const *D, mbedtls_mpi *P, mbe…
290 …vate_exponent)( mbedtls_mpi const *P, mbedtls_mpi const *Q, mbedtls_mpi const *E, mbedtls_mpi *D );
291 …deduce_crt)( const mbedtls_mpi *P, const mbedtls_mpi *Q, const mbedtls_mpi *D, mbedtls_mpi *DP, mb…
292 …dtls_mpi *N, const mbedtls_mpi *P, const mbedtls_mpi *Q, const mbedtls_mpi *D, const mbedtls_mpi *…
293 …lidate_crt)( const mbedtls_mpi *P, const mbedtls_mpi *Q, const mbedtls_mpi *D, const mbedtls_mpi *…

12