arm-trusted-firmware/plat/marvell
Konstantin Porotchkin 076374c9b9 fix: plat/marvell: a3700: Remove encryption password
According to "openssl" manual:
-K key
The actual key to use: this must be represented as a string
comprised only of hex digits. If only the key is specified,
the IV must additionally specified using the -iv option.
When both a key and a password are specified, the key given
with the -K option will be used and the IV generated from the
password will be taken.
It does not make much sense to specify both key and password.

This patch removes "-k 0" parameter from the encryption command
since we are already using "-K" and "-iv" for the key and IV.

Change-Id: Ia333cedaa3207e643c95d2ec7c229f50eeab96db
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/60745
Reviewed-by: Igal Liberman <igall@marvell.com>
Tested-by: iSoC Platform CI <ykjenk@marvell.com>
Reviewed-by: Sharon Habet <sharonh@marvell.com>
2018-11-15 11:29:58 +02:00
..
a8k Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
a3700 fix: plat/marvell: a3700: Remove encryption password 2018-11-15 11:29:58 +02:00
common Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
marvell.mk plat: marvell: Add support for Armada-37xx SoC platform 2018-10-31 18:01:09 +02:00
version.mk plat: marvell: Update Marvell base code version to 18.09.1 2018-09-03 16:06:18 +03:00