Home
last modified time | relevance | path

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

/mcuboot-latest/docs/release-notes.d/
Dmax-app-size-changes.md3 - Added additional images max size support to shared data
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c451 uint8_t shared[SHARED_KEY_LEN]; in boot_decrypt_key() local
518 rc = bootutil_ecdh_p256_shared_secret(&ecdh_p256, &buf[EC_PUBK_INDEX], private_key, shared); in boot_decrypt_key()
546 rc = bootutil_ecdh_x25519_shared_secret(&ecdh_x25519, &buf[EC_PUBK_INDEX], private_key, shared); in boot_decrypt_key()
561 rc = hkdf(shared, SHARED_KEY_LEN, (uint8_t *)"MCUBoot_ECIES_v1", 16, in boot_decrypt_key()
/mcuboot-latest/
DCargo.lock471 "wasm-bindgen-shared",
494 "wasm-bindgen-shared",
498 name = "wasm-bindgen-shared"
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld15 * The 2nd stage bootloader can take space up to the end of ROM shared
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld15 * The 2nd stage bootloader can take space up to the end of ROM shared
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld16 * The 2nd stage bootloader can take space up to the end of ROM shared
/mcuboot-latest/scripts/imgtool/
Dimage.py435 shared = newpk.exchange(ec.ECDH(), enckey._get_public())
438 shared = newpk.exchange(enckey._get_public())
441 info=b'MCUBoot_ECIES_v1', backend=default_backend()).derive(shared)
/mcuboot-latest/docs/
Dreadme-nuttx.md52 …D partitions via character device drivers. As file-descriptors cannot be shared between different …
Drelease-notes.md72 bootutil: Add active slot number and max app size to shared data
85 shared data function definition.
270 shared boot record to communicate boot attestation information to
284 - Add an optional boot record in shared memory to communicate boot
/mcuboot-latest/sim/src/
Dtlv.rs723 pk, &peer_pubk, ring::error::Unspecified, |shared| { in make_tlv()
725 let prk = salt.extract(&shared); in make_tlv()
/mcuboot-latest/boot/zephyr/
DKconfig616 This will allow data to be shared between MCUboot and an application,
629 running application into a shared memory area.
632 bool "Store the boot state/measurements in shared memory area"
637 the hash of the firmware image in a shared memory area. This data can
/mcuboot-latest/ext/tinycrypt/documentation/
Dtinycrypt.rst274 * Authenticate using a shared secret (HMAC-SHA256);