mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 01:38:22 +00:00
af09eba64f
AES encryption in CBC mode, in most cases, must be used with random initialization vector. Using the same key and initialization vector several times is weak and must be avoided. Added iv parameter to the aes_cbc_encrypt_blocks and aes_cbc_decrypt_blocks functions for passing initialization vector. Command 'aes' now also require the initialization vector parameter. Signed-off-by: Andrey Mozzhuhin <amozzhuhin@yandex.ru> |
||
---|---|---|
.. | ||
clock.c | ||
cpu.c | ||
crypto.c | ||
crypto.h | ||
display.c | ||
emc.c | ||
funcmux.c | ||
Kconfig | ||
Makefile | ||
pinmux.c | ||
pmu.c | ||
warmboot.c | ||
warmboot_avp.c | ||
warmboot_avp.h |