Files
linux/arch/powerpc/crypto
Thorsten Blum b2b24a9886 crypto: powerpc/aes - use min in ppc_{ecb,cbc,ctr,xts}_crypt
Replace min_t() with 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>
2026-06-05 19:36:36 +08:00
..