/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | dh_groups.c | 1253 struct wpabuf *shared; in dh_derive_shared() local 1260 shared = wpabuf_alloc(shared_len); in dh_derive_shared() 1261 if (shared == NULL) in dh_derive_shared() 1267 wpabuf_mhead(shared), &shared_len)) { in dh_derive_shared() 1268 wpabuf_free(shared); in dh_derive_shared() 1272 wpabuf_put(shared, shared_len); in dh_derive_shared() 1273 wpa_hexdump_buf_key(MSG_DEBUG, "DH: shared key", shared); in dh_derive_shared() 1275 return shared; in dh_derive_shared()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/ |
D | tlsv1_client_write.c | 243 u8 *csecret, *csecret_start, *dh_yc, *shared; in tlsv1_key_x_anon_dh() local 316 shared = os_malloc(shared_len); in tlsv1_key_x_anon_dh() 317 if (shared == NULL) { in tlsv1_key_x_anon_dh() 330 shared, &shared_len)) { in tlsv1_key_x_anon_dh() 334 os_free(shared); in tlsv1_key_x_anon_dh() 338 shared, shared_len); in tlsv1_key_x_anon_dh() 342 if (tls_derive_keys(conn, shared, shared_len)) { in tlsv1_key_x_anon_dh() 346 os_free(shared); in tlsv1_key_x_anon_dh() 349 os_memset(shared, 0, shared_len); in tlsv1_key_x_anon_dh() 350 os_free(shared); in tlsv1_key_x_anon_dh()
|
D | tlsv1_server_read.c | 590 u8 *shared; in tls_process_client_key_exchange_dh_anon() local 645 shared = os_malloc(shared_len); in tls_process_client_key_exchange_dh_anon() 646 if (shared == NULL) { in tls_process_client_key_exchange_dh_anon() 658 shared, &shared_len)) { in tls_process_client_key_exchange_dh_anon() 659 os_free(shared); in tls_process_client_key_exchange_dh_anon() 666 shared, shared_len); in tls_process_client_key_exchange_dh_anon() 672 res = tlsv1_server_derive_keys(conn, shared, shared_len); in tls_process_client_key_exchange_dh_anon() 675 os_memset(shared, 0, shared_len); in tls_process_client_key_exchange_dh_anon() 676 os_free(shared); in tls_process_client_key_exchange_dh_anon()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | intr_alloc.rst | 30 …nts two different types of interrupts, handled differently: shared interrupts and non-shared inter… 31 ones are non-shared interrupts: a separate interrupt is allocated per :cpp:func:`esp_intr_alloc` ca… 32 the peripheral attached to it, with only one ISR that will get called. On the other hand, shared in… 33 … when one of the peripherals attached signals an interrupt. Thus, ISRs that are intended for shared 36 Non-shared interrupts can be either level- or edge-triggered. Shared interrupts can 74 …as normal, but they cannot be shared and will always have a fixed interrupt level (namely, the one… 112 Sources attached to non-shared interrupt do not support this feature.
|
D | esp_function_with_shared_stack.rst | 11 be called inside the shared stack space which is a callback function 22 to a user function where the shared stack space will reside, after calling
|
/hal_espressif-3.6.0/examples/openthread/ot_br/main/ |
D | Kconfig.projbuild | 36 string "OpenThread pre-shared commissioner key" 39 The OpenThread pre-shared commissioner key in hex string format
|
/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/main/ |
D | Kconfig.projbuild | 4 bool "The example uses SPI1 shared pins for EEPROM connection" 8 Enable this option will make the EEPROM use SPI1 pins, which is shared with the main
|
/hal_espressif-3.6.0/docs/en/api-reference/protocols/ |
D | esp_sdio_slave_protocol.rst | 110 - 52 8-bit R/W registers shared by host and slave (For details, see *{IDF_TARGET_NAME} Technical Re… 138 - 0x06C-0x077: R/W registers 0-11 shared by slave and host. 139 - 0x07A-0x07B: R/W registers 14-15 shared by slave and host. 140 - 0x07E-0x07F: R/W registers 18-19 shared by slave and host. 141 - 0x088-0x08B: R/W registers 24-27 shared by slave and host. 142 - 0x09C-0x0BB: R/W registers 32-63 shared by slave and host.
|
D | esp_https_server.rst | 25 * :cpp:func:`httpd_get_global_transport_ctx` - returns the shared SSL context
|
/hal_espressif-3.6.0/components/openthread/ |
D | Kconfig | 69 …commissioner in the Thread network. A commissioner checks the pre-shared key from a joining device… 78 pre-shared key using the Thread commissioning protocol.
|
/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/components/eeprom/ |
D | linker.lf | 1 # This example supports running on the SPI1 bus, which is shared with SPI flash accessed by the
|
/hal_espressif-3.6.0/examples/protocols/modbus/mb_example_common/ |
D | README.md | 3 …ter and slave examples. The component defines Modbus parameters that are shared between examples a…
|
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/ |
D | Kconfig.projbuild | 19 is internally used to generate the shared secret through key exchange.
|
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/ |
D | Kconfig.projbuild | 19 is internally used to generate the shared secret through key exchange.
|
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/ |
D | Kconfig.projbuild | 31 is internally used to generate the shared secret through key exchange.
|
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/ |
D | Kconfig.projbuild | 38 is internally used to generate the shared secret through key exchange.
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | spi_slave_hd.rst | 95 …pi_slave_hd_write_buffer` to write the shared buffer, and :cpp:func:`spi_slave_hd_read_buffer` to … 98 …On {IDF_TARGET_NAME}, the shared registers are read/written in words by the application, but read/…
|
D | rmt.rst | 221 …for incoming items. The RMT controller has 512 x 32-bits of internal RAM shared between all eight … 225 …for incoming items. The RMT controller has 256 x 32-bits of internal RAM shared between all four c… 229 …for incoming items. The RMT controller has 192 x 32-bits of internal RAM shared between all four c… 233 …for incoming items. The RMT controller has 384 x 32-bits of internal RAM shared between all eight …
|
D | sdspi_host.rst | 15 With the help of :doc:`SPI Master driver <spi_master>` based on, the SPI bus can be shared among SD…
|
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/ |
D | provisioning.rst | 62 4. SoftAP based transport is highly interoperable; however as the same radio is shared between Soft… 104 2. Security1 - Curve25519 based key exchange, shared key derivation and AES256-CTR mode encryption … 106 a. Authorized - Proof of Possession (PoP) string used to authorize session and derive shared key
|
/hal_espressif-3.6.0/components/mbedtls/ |
D | Kconfig | 516 bool "Enable pre-shared-key ciphersuites" 519 … Enable to show configuration for different types of pre-shared-key TLS authentatication methods. 528 Enable to support symmetric key PSK (pre-shared-key) TLS key exchange modes. 535 Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes. 542 … Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes. 549 Enable to support RSA PSK (pre-shared-key) TLS authentication modes.
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 7 …shared keys. The core specification defines the legacy pairing and Secure Connections pairing (int…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/ |
D | ble50_security_server_Example_Walkthrough.md | 7 …shared keys. The core specification defines the legacy pairing and Secure Connections pairing (int…
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | spi_flash_concurrency.rst | 4 The SPI0/1 bus is shared between the instruction & data cache (for firmware execution) and the SPI1…
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espsecure/ |
D | index.rst | 63 # PKCS11 shared object/library module of the HSM vendor
|