]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
crypto: arm64/aes-blk - remove pointless (u8 *) casts
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 10 Sep 2018 14:41:12 +0000 (16:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Sep 2018 05:24:50 +0000 (13:24 +0800)
commit557ecb4543d1428caf43ff1f0351c724ce41bf97
tree329f644071f5b9e809004d0ac79ca78e9c1b7c5f
parent718f608c38319980e4130d0732acb7ee02fcf689
crypto: arm64/aes-blk - remove pointless (u8 *) casts

For some reason, the asmlinkage prototypes of the NEON routines take
u8[] arguments for the round key arrays, while the actual round keys
are arrays of u32, and so passing them into those routines requires
u8* casts at each occurrence. Fix that.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/aes-glue.c