Home
last modified time | relevance | path

Searched refs:boot_decrypt_key (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Denc_key.h64 int boot_decrypt_key(const uint8_t *buf, uint8_t *enckey);
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c433 boot_decrypt_key(const uint8_t *buf, uint8_t *enckey) in boot_decrypt_key() function
694 return boot_decrypt_key(buf, bs->enckey[slot]); in boot_enc_load()
Dbootutil_misc.c286 rc = boot_decrypt_key(bs->enctlv[slot], bs->enckey[slot]); in boot_read_enc_key()