mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

boot: Replace boot_encrypt by boot_enc_encrypt and boot_enc_decrypt

Open de-nordic opened this issue 1 year ago • 0 comments

To be able to implement encryption with API that requires different calls for encryption and encryption, the boot_encrypt needs to be replaced with encryption/decryption specific functions.

Depends on:

  • [x] https://github.com/mcu-tools/mcuboot/pull/2003
  • [x] https://github.com/mcu-tools/mcuboot/pull/2004
  • [x] https://github.com/mcu-tools/mcuboot/pull/2013

de-nordic avatar Jul 24 '24 14:07 de-nordic