rsa_mpi_key        25 crypto/rsa.c   static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m)
rsa_mpi_key        39 crypto/rsa.c   static int _rsa_dec(const struct rsa_mpi_key *key, MPI m, MPI c)
rsa_mpi_key        49 crypto/rsa.c   static inline struct rsa_mpi_key *rsa_get_key(struct crypto_akcipher *tfm)
rsa_mpi_key        57 crypto/rsa.c   	const struct rsa_mpi_key *pkey = rsa_get_key(tfm);
rsa_mpi_key        96 crypto/rsa.c   	const struct rsa_mpi_key *pkey = rsa_get_key(tfm);
rsa_mpi_key       131 crypto/rsa.c   static void rsa_free_mpi_key(struct rsa_mpi_key *key)
rsa_mpi_key       159 crypto/rsa.c   	struct rsa_mpi_key *mpi_key = akcipher_tfm_ctx(tfm);
rsa_mpi_key       193 crypto/rsa.c   	struct rsa_mpi_key *mpi_key = akcipher_tfm_ctx(tfm);
rsa_mpi_key       230 crypto/rsa.c   	struct rsa_mpi_key *pkey = akcipher_tfm_ctx(tfm);
rsa_mpi_key       237 crypto/rsa.c   	struct rsa_mpi_key *pkey = akcipher_tfm_ctx(tfm);
rsa_mpi_key       254 crypto/rsa.c   		.cra_ctxsize = sizeof(struct rsa_mpi_key),