linux/lib/crypto/mpi
Dan Carpenter fe69b772e3 crypto: lib/mpi - delete unnecessary condition
We checked that "nlimbs" is non-zero in the outside if statement so delete
the duplicate check here.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-07-13 11:50:28 +12:00
..
ec.c crypto: lib/mpi - Use swap() in mpi_ec_mul_point() 2024-06-21 22:04:17 +10:00
generic_mpih-add1.c
generic_mpih-lshift.c
generic_mpih-mul1.c
generic_mpih-mul2.c
generic_mpih-mul3.c
generic_mpih-rshift.c
generic_mpih-sub1.c
longlong.h
Makefile
mpi-add.c
mpi-bit.c crypto: lib/mpi - delete unnecessary condition 2024-07-13 11:50:28 +12:00
mpi-cmp.c
mpi-div.c
mpi-inline.h
mpi-internal.h
mpi-inv.c
mpi-mod.c
mpi-mul.c
mpi-pow.c crypto: lib/mpi - Use swap() in mpi_powm() 2024-06-21 22:04:18 +10:00
mpi-sub-ui.c
mpicoder.c
mpih-cmp.c
mpih-div.c
mpih-mul.c
mpiutil.c