Skip to content
Commit a4223b74 authored by Marek Vasut's avatar Marek Vasut Committed by Tom Rini
Browse files

env: Implement support for encrypting environment



Add function which allows encrypting the whole environment block with
AES-128-CBC. The key for the environment is retrieved by
env_aes_cbc_get_key() function, which must be implemented on a per-board
basis.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent 7ce1526e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment