Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Ddh_groups.c1253 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/
Dtlsv1_client_write.c349 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()
Dtlsv1_server_read.c706 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/
Dindex.rst65 # PKCS11 shared object/library module of the HSM vendor
/hal_espressif-latest/components/mbedtls/
DKconfig678 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/
Dbootloader.ld14 * The 2nd stage bootloader can take space up to the end of ROM shared
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld14 * The 2nd stage bootloader can take space up to the end of ROM shared
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld14 * The 2nd stage bootloader can take space up to the end of ROM shared
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld15 * The 2nd stage bootloader can take space up to the end of ROM shared
/hal_espressif-latest/zephyr/esp32/
DCMakeLists.txt357 ## shared WIFI/BT/ETH resources
369 ## shared WIFI/BT resources
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld15 * The 2nd stage bootloader can take space up to the end of ROM shared
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst128 …Some GPIO pins might be shared with other peripherals. Therefore, some SPI pad pin configurations …
/hal_espressif-latest/components/esp_system/
DKconfig208 int "Minimal allowed size for shared stack"
212 with shared stack.
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in183 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/
Dtinycrypt.rst274 * Authenticate using a shared secret (HMAC-SHA256);
/hal_espressif-latest/zephyr/esp32c2/
DCMakeLists.txt328 ## shared WIFI/BT resources
/hal_espressif-latest/zephyr/esp32c3/
DCMakeLists.txt355 ## shared WIFI/BT resources
/hal_espressif-latest/zephyr/esp32c6/
DCMakeLists.txt337 ## shared WIFI/BT resources
/hal_espressif-latest/zephyr/esp32s3/
DCMakeLists.txt387 ## shared WIFI/BT resources
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in266 This option sets the source of the shared msys mbuf memory between
/hal_espressif-latest/components/esp_wifi/
DKconfig609 be shared to other devices, making it in readable format increases
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in306 with which it previously shared an IRK is within range.