Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A 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
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()
239 struct rsa_mpi_key *mpi_key = akcipher_tfm_ctx(tfm); in rsa_set_pub_key()
278 struct rsa_mpi_key *mpi_key = akcipher_tfm_ctx(tfm); in rsa_set_priv_key()
340 struct rsa_mpi_key *pkey = akcipher_tfm_ctx(tfm); in rsa_max_size()
347 struct rsa_mpi_key *pkey = akcipher_tfm_ctx(tfm); in rsa_exit_tfm()
[all …]