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;
31 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc()
48 static int _rsa_dec_crt(const struct rsa_mpi_key *key, MPI m_or_m1_or_h, MPI c) in _rsa_dec_crt()
50 MPI m2, m12_or_qh; in _rsa_dec_crt()
97 MPI m, c = mpi_alloc(0); in rsa_enc()
136 MPI c, m = mpi_alloc(0); in rsa_dec()
208 static int rsa_check_exponent_fips(MPI e) in rsa_check_exponent_fips()
210 MPI e_max = NULL; in rsa_check_exponent_fips()