From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ran Shalit Date: Mon, 13 Mar 2017 18:16:23 +0200 Subject: [U-Boot] AES library used for kernel loading ? Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I intend to use AES for kernel loading, and before kernel programming from u-boot. Is there some package which already does that yet ? Another thing, can I expect that it will work if we use openssl 128, cbc in host for sending the file (from hoist to target) ? I see that library support only aes 128, cbc format, which means that we must use this same format in host. Thank you! Ran