Lines Matching refs:MPI
17 MPI n;
18 MPI e;
19 MPI d;
20 MPI p;
21 MPI q;
22 MPI dp;
23 MPI dq;
24 MPI qinv;
27 static int rsa_check_payload(MPI x, MPI n) in rsa_check_payload()
29 MPI n1; in rsa_check_payload()
51 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc()
72 static int _rsa_dec_crt(const struct rsa_mpi_key *key, MPI m_or_m1_or_h, MPI c) in _rsa_dec_crt()
74 MPI m2, m12_or_qh; in _rsa_dec_crt()
124 MPI m, c = mpi_alloc(0); in rsa_enc()
163 MPI c, m = mpi_alloc(0); in rsa_dec()
235 static int rsa_check_exponent_fips(MPI e) in rsa_check_exponent_fips()
237 MPI e_max = NULL; in rsa_check_exponent_fips()