Home
last modified time | relevance | path

Searched defs: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/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/zephyr/
Dkeys.c82 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/bootutil/src/
Dencrypted.c70 key_unwrap(const uint8_t *wrapped, uint8_t *enckey, struct bootutil_key *bootutil_enc_key) in key_unwrap()
459 struct bootutil_key *bootutil_enc_key = NULL; in boot_decrypt_key() local