Searched hist:"1 c5fdd1f377958d9e7cc98fbc1d93ffd90799de0" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | crypto.c | 1c5fdd1f377958d9e7cc98fbc1d93ffd90799de0 Mon Nov 27 12:41:56 UTC 2017 Jerome Forissier <jerome.forissier@linaro.org> core/crypto/crypto.c: fix compile errors when _CFG_CRYPTO_WITH_CIPHER=n
Although _CFG_CRYPTO_WITH_CIPHER=n does not seem to be a valid configuration (both the REE and RPMB FS use AES and at least one has to be enabled currently), fix build errors triggered by:
make _CFG_CRYPTO_WITH_CIPHER=n \ out/arm-plat-vexpress/core/crypto/crypto.o
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
|