Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Drsa-pkcs1pad.c112 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_set_pub_key()
133 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_set_priv_key()
153 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_get_max_size()
179 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_encrypt_sign_complete()
234 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_encrypt()
291 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_decrypt_complete()
360 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_decrypt()
393 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_sign()
448 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_verify_complete()
534 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_verify()
[all …]
Drsa.c83 return akcipher_tfm_ctx(tfm); in rsa_get_key()
270 struct rsa_mpi_key *mpi_key = akcipher_tfm_ctx(tfm); in rsa_set_pub_key()
304 struct rsa_mpi_key *mpi_key = akcipher_tfm_ctx(tfm); in rsa_set_priv_key()
341 struct rsa_mpi_key *pkey = akcipher_tfm_ctx(tfm); in rsa_max_size()
348 struct rsa_mpi_key *pkey = akcipher_tfm_ctx(tfm); in rsa_exit_tfm()
/Linux-v4.19/drivers/crypto/caam/
Dcaampkc.c41 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_pub_unmap()
53 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_priv_f1_unmap()
65 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_priv_f2_unmap()
82 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_priv_f3_unmap()
216 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_edesc_alloc()
305 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_pub_pdb()
350 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_priv_f1_pdb()
394 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_priv_f2_pdb()
469 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_priv_f3_pdb()
559 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_enc()
[all …]
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-rsa.c63 struct ccp_ctx *ctx = akcipher_tfm_ctx(tfm); in ccp_rsa_maxsize()
71 struct ccp_ctx *ctx = akcipher_tfm_ctx(tfm); in ccp_rsa_crypt()
133 struct ccp_ctx *ctx = akcipher_tfm_ctx(tfm); in ccp_rsa_setkey()
199 struct ccp_ctx *ctx = akcipher_tfm_ctx(tfm); in ccp_rsa_init_tfm()
/Linux-v4.19/include/crypto/internal/
Dakcipher.h47 static inline void *akcipher_tfm_ctx(struct crypto_akcipher *tfm) in akcipher_tfm_ctx() function
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c689 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_enc()
823 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_dec()
1204 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_setkey()
1262 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_max_size()
1269 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_init_tfm()
1283 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_exit_tfm()