Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/bootutil/include/bootutil/
Denc_key.h58 int boot_enc_decrypt(const uint8_t *buf, uint8_t *enckey);
/mcuboot-3.6.0/boot/bootutil/src/
Dbootutil_misc.c286 rc = boot_enc_decrypt(bs->enctlv[slot], bs->enckey[slot]); in boot_read_enc_key()
Dencrypted.c415 boot_enc_decrypt(const uint8_t *buf, uint8_t *enckey) in boot_enc_decrypt() function
660 return boot_enc_decrypt(buf, bs->enckey[slot]); in boot_enc_load()