/hal_espressif-latest/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-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_client_write.c | 349 u8 *csecret, *csecret_start, *dh_yc, *shared; in tlsv1_key_x_dh() local 429 shared = os_malloc(shared_len); in tlsv1_key_x_dh() 430 if (shared == NULL) { in tlsv1_key_x_dh() 443 shared, &shared_len)) { in tlsv1_key_x_dh() 447 os_free(shared); in tlsv1_key_x_dh() 451 shared, shared_len); in tlsv1_key_x_dh() 455 if (tls_derive_keys(conn, shared, shared_len)) { in tlsv1_key_x_dh() 459 os_free(shared); in tlsv1_key_x_dh() 462 os_memset(shared, 0, shared_len); in tlsv1_key_x_dh() 463 os_free(shared); in tlsv1_key_x_dh()
|
D | tlsv1_server_read.c | 706 u8 *shared; in tls_process_client_key_exchange_dh() local 765 shared = os_malloc(shared_len); in tls_process_client_key_exchange_dh() 766 if (shared == NULL) { in tls_process_client_key_exchange_dh() 777 shared, &shared_len)) { in tls_process_client_key_exchange_dh() 778 os_free(shared); in tls_process_client_key_exchange_dh() 784 shared, shared_len); in tls_process_client_key_exchange_dh() 790 res = tlsv1_server_derive_keys(conn, shared, shared_len); in tls_process_client_key_exchange_dh() 793 os_memset(shared, 0, shared_len); in tls_process_client_key_exchange_dh() 794 os_free(shared); in tls_process_client_key_exchange_dh()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/ |
D | index.rst | 65 # PKCS11 shared object/library module of the HSM vendor
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 678 bool "Enable pre-shared-key ciphersuites" 681 … Enable to show configuration for different types of pre-shared-key TLS authentatication methods. 690 Enable to support symmetric key PSK (pre-shared-key) TLS key exchange modes. 697 Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes. 704 … Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes. 711 Enable to support RSA PSK (pre-shared-key) TLS authentication modes.
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/ |
D | bootloader.ld | 14 * The 2nd stage bootloader can take space up to the end of ROM shared
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/ |
D | bootloader.ld | 14 * The 2nd stage bootloader can take space up to the end of ROM shared
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/ |
D | bootloader.ld | 14 * The 2nd stage bootloader can take space up to the end of ROM shared
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/ |
D | bootloader.ld | 15 * The 2nd stage bootloader can take space up to the end of ROM shared
|
/hal_espressif-latest/zephyr/esp32/ |
D | CMakeLists.txt | 357 ## shared WIFI/BT/ETH resources 369 ## shared WIFI/BT resources
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 15 * The 2nd stage bootloader can take space up to the end of ROM shared
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | advanced-options.rst | 128 …Some GPIO pins might be shared with other peripherals. Therefore, some SPI pad pin configurations …
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 208 int "Minimal allowed size for shared stack" 212 with shared stack.
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 183 with which it previously shared an IRK is within range. 319 This option sets the source of the shared msys mbuf memory between
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 274 * Authenticate using a shared secret (HMAC-SHA256);
|
/hal_espressif-latest/zephyr/esp32c2/ |
D | CMakeLists.txt | 328 ## shared WIFI/BT resources
|
/hal_espressif-latest/zephyr/esp32c3/ |
D | CMakeLists.txt | 355 ## shared WIFI/BT resources
|
/hal_espressif-latest/zephyr/esp32c6/ |
D | CMakeLists.txt | 337 ## shared WIFI/BT resources
|
/hal_espressif-latest/zephyr/esp32s3/ |
D | CMakeLists.txt | 387 ## shared WIFI/BT resources
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 266 This option sets the source of the shared msys mbuf memory between
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 609 be shared to other devices, making it in readable format increases
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 306 with which it previously shared an IRK is within range.
|