33 #include <linux/types.h>
37 #define SHA1_DIGEST_LENGTH 20
41 #define BYTES_PER_MPI_LIMB (BITS_PER_LONG / 8)
42 #define BITS_PER_MPI_LIMB BITS_PER_LONG
60 #define mpi_get_nlimbs(a) ((a)->nlimbs)
61 #define mpi_is_neg(a) ((a)->sign)
87 #define log_mpidump g10_log_mpidump
114 int mpi_gcd(MPI g,
const MPI
a,
const MPI
b);