tools: Add firmware authenticated encryption tool
Add firmware authenticated encryption tool which utilizes OpenSSL
library to encrypt firmwares using a key provided via cmdline. Currently
this tool supports AES-GCM as an authenticated encryption algorithm.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Change-Id: I60e296af1b98f1912a19d5f91066be7ea85836e4
1 parent 2be57b8 commit 90aa901fc1154d2b12aa8d838ef71be47ba3cd07
@Sumit Garg Sumit Garg authored on 11 Nov 2019
Showing 8 changed files
View
Makefile
View
tools/encrypt_fw/Makefile 0 → 100644
View
tools/encrypt_fw/include/cmd_opt.h 0 → 100644
View
tools/encrypt_fw/include/debug.h 0 → 100644
View
tools/encrypt_fw/include/encrypt.h 0 → 100644
View
tools/encrypt_fw/src/cmd_opt.c 0 → 100644
View
tools/encrypt_fw/src/encrypt.c 0 → 100644
View
tools/encrypt_fw/src/main.c 0 → 100644