Lines Matching refs:MPI
57 MPI mpi[5];
59 MPI p; /* DSA prime */
60 MPI q; /* DSA group order */
61 MPI g; /* DSA group generator */
62 MPI y; /* DSA public-key value = g^x mod p */
63 MPI x; /* DSA secret exponent (if present) */
66 MPI n; /* RSA public modulus */
67 MPI e; /* RSA public encryption exponent */
68 MPI d; /* RSA secret encryption exponent (if present) */
69 MPI p; /* RSA secret prime (if present) */
70 MPI q; /* RSA secret prime (if present) */
87 MPI mpi[2];
89 MPI s; /* m^d mod n */
92 MPI r;
93 MPI s;