lkml.org 
[lkml]   [2019]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 29/74] crypto: talitos - fix ECB algs ivsize
    Date
    From: Christophe Leroy <christophe.leroy@c-s.fr>

    commit d84cc9c9524ec5973a337533e6d8ccd3e5f05f2b upstream.

    ECB's ivsize must be 0.

    Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
    Fixes: 5e75ae1b3cef ("crypto: talitos - add new crypto modes")
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/crypto/talitos.c | 1 -
    1 file changed, 1 deletion(-)

    --- a/drivers/crypto/talitos.c
    +++ b/drivers/crypto/talitos.c
    @@ -2666,7 +2666,6 @@ static struct talitos_alg_template drive
    .cra_ablkcipher = {
    .min_keysize = AES_MIN_KEY_SIZE,
    .max_keysize = AES_MAX_KEY_SIZE,
    - .ivsize = AES_BLOCK_SIZE,
    .setkey = ablkcipher_aes_setkey,
    }
    },

    \
     
     \ /
      Last update: 2019-09-20 00:19    [W:4.027 / U:1.888 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site