Searched refs:shared (Results 1 – 12 of 12) sorted by relevance
/mcuboot-latest/docs/release-notes.d/ |
D | max-app-size-changes.md | 3 - Added additional images max size support to shared data
|
/mcuboot-latest/boot/bootutil/src/ |
D | encrypted.c | 451 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/ |
D | Cargo.lock | 471 "wasm-bindgen-shared", 494 "wasm-bindgen-shared", 498 name = "wasm-bindgen-shared"
|
/mcuboot-latest/boot/espressif/port/esp32c2/ld/ |
D | bootloader.ld | 15 * The 2nd stage bootloader can take space up to the end of ROM shared
|
/mcuboot-latest/boot/espressif/port/esp32c6/ld/ |
D | bootloader.ld | 15 * The 2nd stage bootloader can take space up to the end of ROM shared
|
/mcuboot-latest/boot/espressif/port/esp32h2/ld/ |
D | bootloader.ld | 16 * The 2nd stage bootloader can take space up to the end of ROM shared
|
/mcuboot-latest/scripts/imgtool/ |
D | image.py | 435 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/ |
D | readme-nuttx.md | 52 …D partitions via character device drivers. As file-descriptors cannot be shared between different …
|
D | release-notes.md | 72 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/ |
D | tlv.rs | 723 pk, &peer_pubk, ring::error::Unspecified, |shared| { in make_tlv() 725 let prk = salt.extract(&shared); in make_tlv()
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 616 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/ |
D | tinycrypt.rst | 274 * Authenticate using a shared secret (HMAC-SHA256);
|