Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dqat_asym_algs.c59 struct qat_rsa_ctx { struct
132 struct qat_rsa_ctx *rsa;
701 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_enc()
835 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_dec()
982 static int qat_rsa_set_n(struct qat_rsa_ctx *ctx, const char *value, in qat_rsa_set_n()
1014 static int qat_rsa_set_e(struct qat_rsa_ctx *ctx, const char *value, in qat_rsa_set_e()
1039 static int qat_rsa_set_d(struct qat_rsa_ctx *ctx, const char *value, in qat_rsa_set_d()
1076 static void qat_rsa_setkey_crt(struct qat_rsa_ctx *ctx, struct rsa_key *rsa_key) in qat_rsa_setkey_crt()
1165 static void qat_rsa_clear_ctx(struct device *dev, struct qat_rsa_ctx *ctx) in qat_rsa_clear_ctx()
1214 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_setkey()
[all …]