zephyr/drivers/crypto
Flavio Ceolin d775c2f504 drivers: crypto: Fix input len size for cbc decryption
do_cbc_decrypt() was not accounting IV's size in the input buffer.

Note that tinycrypt expects that IV and cipher text to be contiguous,
but input length must consider only the cipher text.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-08-02 19:18:58 +02:00
..
CMakeLists.txt
Kconfig drivers: crypto: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.ataes132a drivers: crypto: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
crypto_ataes132a.c
crypto_ataes132a_priv.h drivers: crypto_ataes132a: Fix typo in Kconfig symbol 2018-05-23 17:57:06 -04:00
crypto_mtls_shim.c drivers: crypto: crypto_mtls_shim: Set output length for all operations 2018-05-16 23:30:11 +03:00
crypto_tc_shim.c drivers: crypto: Fix input len size for cbc decryption 2018-08-02 19:18:58 +02:00
crypto_tc_shim_priv.h