]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: riscv/aes - replace min_t with min in riscv64_aes_ctr_crypt
authorThorsten Blum <thorsten.blum@linux.dev>
Thu, 14 May 2026 16:55:10 +0000 (18:55 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 May 2026 12:25:29 +0000 (20:25 +0800)
commitfc2d791a43d3880496d1c729b8bd74d2c19cb4e7
tree1621bd8180bfe7d6c8e7af4018fb81f43f7b2894
parent3b626ba431c4501512ad07549310685e07fe4706
crypto: riscv/aes - replace min_t with min in riscv64_aes_ctr_crypt

Use the simpler min() macro since the values are unsigned and
compatible.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/riscv/crypto/aes-riscv64-glue.c