crypto: sun8i-ce - remove ivlen field of sun8i_cipher_req_ctx
authorOvidiu Panait <ovidiu.panait.oss@gmail.com>
Mon, 19 May 2025 15:13:49 +0000 (18:13 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 13 Jun 2025 09:26:16 +0000 (17:26 +0800)
commit67a4ad04e3d530f50497205ada07c78a89f90de7
tree8588acb663d5d62de806f02eae8213ea6378dbe2
parentb6cd3cfb5afe49952f8f6be947aeeca9ba0faebb
crypto: sun8i-ce - remove ivlen field of sun8i_cipher_req_ctx

Remove `ivlen` field of `sun8i_cipher_req_ctx`, as it is not really useful.

The iv length returned by crypto_skcipher_ivsize() is already available
everywhere and can be used instead.

Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h