Lines Matching refs:MPI
20 MPI n;
21 MPI e;
22 MPI d;
29 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc()
43 static int _rsa_dec(const struct rsa_mpi_key *key, MPI m, MPI c) in _rsa_dec()
57 static int _rsa_sign(const struct rsa_mpi_key *key, MPI s, MPI m) in _rsa_sign()
71 static int _rsa_verify(const struct rsa_mpi_key *key, MPI m, MPI s) in _rsa_verify()
90 MPI m, c = mpi_alloc(0); in rsa_enc()
129 MPI c, m = mpi_alloc(0); in rsa_dec()
167 MPI m, s = mpi_alloc(0); in rsa_sign()
206 MPI s, m = mpi_alloc(0); in rsa_verify()