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
..
.gitignore powerpc/crypto: Add generated P8 asm to .gitignore 2024-06-04 17:45:46 +10:00
aes_cbc.c crypto: powerpc/aes - Rename struct aes_key 2026-01-12 11:39:58 -08:00
aes_ctr.c crypto: powerpc/aes - Rename struct aes_key 2026-01-12 11:39:58 -08:00
aes_xts.c crypto: powerpc/aes - Rename struct aes_key 2026-01-12 11:39:58 -08:00
aes-gcm-p10-glue.c crypto: powerpc/aes - Rename struct aes_key 2026-01-12 11:39:58 -08:00
aes-gcm-p10.S crypto: powerpc/p10-aes-gcm - Re-write AES/GCM stitched implementation 2024-10-05 13:22:05 +08:00
aes-spe-glue.c crypto: powerpc/aes - use min in ppc_{ecb,cbc,ctr,xts}_crypt 2026-06-05 19:36:36 +08:00
aesp8-ppc.h lib/crypto: powerpc/ghash: Migrate optimized code into library 2026-03-23 16:44:29 -07:00
aesp10-ppc.pl powerpc/crypto: Fix aes-gcm-p10 link errors 2023-05-30 15:50:32 +10:00
ghashp10-ppc.pl powerpc/crypto: Fix aes-gcm-p10 link errors 2023-05-30 15:50:32 +10:00
Kconfig lib/crypto: powerpc/ghash: Migrate optimized code into library 2026-03-23 16:44:29 -07:00
Makefile lib/crypto: powerpc/ghash: Migrate optimized code into library 2026-03-23 16:44:29 -07:00
ppc-xlate.pl crypto: p10-aes-gcm - A perl script to process PowerPC assembler source. 2023-03-14 17:06:43 +08:00
vmx.c lib/crypto: powerpc/ghash: Migrate optimized code into library 2026-03-23 16:44:29 -07:00