Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Drsa.c75 return akcipher_tfm_ctx(tfm); in rsa_get_key()
277 struct rsa_key *pkey = akcipher_tfm_ctx(tfm); in rsa_set_pub_key()
294 struct rsa_key *pkey = akcipher_tfm_ctx(tfm); in rsa_set_priv_key()
310 struct rsa_key *pkey = akcipher_tfm_ctx(tfm); in rsa_max_size()
317 struct rsa_key *pkey = akcipher_tfm_ctx(tfm); in rsa_exit_tfm()
/linux-4.4.14/include/crypto/internal/
Dakcipher.h25 static inline void *akcipher_tfm_ctx(struct crypto_akcipher *tfm) in akcipher_tfm_ctx() function
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c243 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_enc()
374 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_dec()
607 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_setkey()
678 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_max_size()
685 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_init_tfm()
699 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_exit_tfm()