Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c58 struct qat_rsa_ctx { struct
129 struct qat_rsa_ctx *rsa;
639 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_enc()
773 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_dec()
922 static int qat_rsa_set_n(struct qat_rsa_ctx *ctx, const char *value, in qat_rsa_set_n()
954 static int qat_rsa_set_e(struct qat_rsa_ctx *ctx, const char *value, in qat_rsa_set_e()
979 static int qat_rsa_set_d(struct qat_rsa_ctx *ctx, const char *value, in qat_rsa_set_d()
1016 static void qat_rsa_setkey_crt(struct qat_rsa_ctx *ctx, struct rsa_key *rsa_key) in qat_rsa_setkey_crt()
1105 static void qat_rsa_clear_ctx(struct device *dev, struct qat_rsa_ctx *ctx) in qat_rsa_clear_ctx()
1154 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_setkey()
[all …]