diff options
author | Vutla, Lokesh <lokeshvutla@ti.com> | 2015-07-07 17:31:43 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-07-08 09:18:42 +0200 |
commit | 310b0d55f0301908461191db392ecee01735b3ec (patch) | |
tree | 146bace367d9139d9e84d5921c26c59544bf77da /init | |
parent | crypto: nx - reduce chattiness of platform drivers (diff) | |
download | linux-310b0d55f0301908461191db392ecee01735b3ec.tar.xz linux-310b0d55f0301908461191db392ecee01735b3ec.zip |
crypto: omap-aes - Fix CTR mode
Algo self tests are failing for CTR mode with omap-aes driver,
giving the following error:
[ 150.053644] omap_aes_crypt: request size is not exact amount of AES blocks
[ 150.061262] alg: skcipher: encryption failed on test 5 for ctr-aes-omap: ret=22
This is because the input length is not aligned with AES_BLOCK_SIZE.
Adding support for omap-aes driver for inputs with length not aligned
with AES_BLOCK_SIZE.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions