Home
last modified time | relevance | path

Searched refs:bootutil_enc_key (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/csupport/
Dkeys.c274 const struct bootutil_key bootutil_enc_key = { variable
295 const struct bootutil_key bootutil_enc_key = { variable
312 const struct bootutil_key bootutil_enc_key = { variable
326 const struct bootutil_key bootutil_enc_key = { variable
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c70 key_unwrap(const uint8_t *wrapped, uint8_t *enckey, struct bootutil_key *bootutil_enc_key) in key_unwrap() argument
76 rc = bootutil_aes_kw_set_unwrap_key(&aes_kw, bootutil_enc_key->key, *bootutil_enc_key->len); in key_unwrap()
340 extern const struct bootutil_key bootutil_enc_key;
348 *private_key = (struct bootutil_key *)&bootutil_enc_key; in boot_enc_retrieve_private_key()
459 struct bootutil_key *bootutil_enc_key = NULL; in boot_decrypt_key() local
462 rc = boot_enc_retrieve_private_key(&bootutil_enc_key); in boot_decrypt_key()
467 if (bootutil_enc_key == NULL) { in boot_decrypt_key()
474 cp = (uint8_t *)bootutil_enc_key->key; in boot_decrypt_key()
475 cpend = cp + *bootutil_enc_key->len; in boot_decrypt_key()
494 assert(*bootutil_enc_key->len == BOOT_ENC_KEY_SIZE); in boot_decrypt_key()
[all …]
/mcuboot-latest/ci/mynewt_keys/enc_rsa/src/
Dkeys.c125 const struct bootutil_key bootutil_enc_key = { variable
/mcuboot-latest/ci/mynewt_keys/enc_kw/src/
Dkeys.c27 const struct bootutil_key bootutil_enc_key = { variable
/mcuboot-latest/boot/mbed/
Dapp_enc_keys.c63 const struct bootutil_key bootutil_enc_key = { variable
/mcuboot-latest/boot/cypress/MCUBootApp/
Dkeys.c166 const struct bootutil_key bootutil_enc_key = { variable
/mcuboot-latest/boot/zephyr/
Dkeys.c82 const struct bootutil_key bootutil_enc_key = { variable