Home
last modified time | relevance | path

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

/mcuboot-2.7.6/boot/bootutil/include/bootutil/
Denc_key.h61 int boot_enc_decrypt(const uint8_t *buf, uint8_t *enckey);
/mcuboot-2.7.6/boot/bootutil/src/
Dbootutil_misc.c284 rc = boot_enc_decrypt(bs->enctlv[slot], bs->enckey[slot]); in boot_read_enc_key()
Dencrypted.c461 boot_enc_decrypt(const uint8_t *buf, uint8_t *enckey) in boot_enc_decrypt() function
704 return boot_enc_decrypt(buf, bs->enckey[slot]); in boot_enc_load()