u-boot-brain/arch
Андрей Мозжухин af09eba64f aes: Allow non-zero initialization vector
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>
2018-01-29 12:50:13 -05:00
..
arc ARC: Invalidate instruction and data caches early on boot 2018-01-19 17:59:35 +03:00
arm aes: Allow non-zero initialization vector 2018-01-29 12:50:13 -05:00
m68k common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO 2018-01-23 23:47:02 +01:00
microblaze microblaze: Use asm-generic/io.h 2017-10-02 21:52:21 -04:00
mips Merge git://git.denx.de/u-boot-mips 2018-01-26 07:46:47 -05:00
nds32 nds32: dts: Support ftsdc010 DM. 2017-11-30 10:04:21 +08:00
nios2 nios2: 10m50: Add CPU pre-relocation in device tree 2017-11-17 10:51:24 -05:00
powerpc powerpc: Drop CONFIG_WALNUT and other related dead code 2018-01-28 12:27:32 -05:00
riscv riscv: Add Kconfig to support RISC-V 2018-01-12 08:05:12 -05:00
sandbox dm: core: parse chosen node 2018-01-15 11:35:38 -05:00
sh sh: Use asm-generic/io.h 2017-10-02 21:52:21 -04:00
x86 x86: tangier: Add Bluetooth to ACPI table 2018-01-08 16:52:25 +08:00
xtensa xtensa: Use asm-generic/io.h 2017-10-02 21:52:22 -04:00
.gitignore .gitignore: drop include/asm/proc from ignore pattern 2014-06-19 11:18:54 -04:00
Kconfig riscv: Modify generic codes to support RISC-V 2018-01-12 08:05:12 -05:00