Home
last modified time | relevance | path

Searched refs:rsa_mpi_key (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/crypto/
Drsa.c16 struct rsa_mpi_key { struct
31 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc() argument
48 static int _rsa_dec_crt(const struct rsa_mpi_key *key, MPI m_or_m1_or_h, MPI c) in _rsa_dec_crt()
88 static inline struct rsa_mpi_key *rsa_get_key(struct crypto_akcipher *tfm) in rsa_get_key()
96 const struct rsa_mpi_key *pkey = rsa_get_key(tfm); in rsa_enc()
135 const struct rsa_mpi_key *pkey = rsa_get_key(tfm); in rsa_dec()
170 static void rsa_free_mpi_key(struct rsa_mpi_key *key) in rsa_free_mpi_key()
211 struct rsa_mpi_key *mpi_key = akcipher_tfm_ctx(tfm); in rsa_set_pub_key()
245 struct rsa_mpi_key *mpi_key = akcipher_tfm_ctx(tfm); in rsa_set_priv_key()
302 struct rsa_mpi_key *pkey = akcipher_tfm_ctx(tfm); in rsa_max_size()
[all …]