Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c103 struct qat_rsa_ctx { struct
174 struct qat_rsa_ctx *rsa;
689 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()
972 static int qat_rsa_set_n(struct qat_rsa_ctx *ctx, const char *value, in qat_rsa_set_n()
1004 static int qat_rsa_set_e(struct qat_rsa_ctx *ctx, const char *value, in qat_rsa_set_e()
1029 static int qat_rsa_set_d(struct qat_rsa_ctx *ctx, const char *value, in qat_rsa_set_d()
1066 static void qat_rsa_setkey_crt(struct qat_rsa_ctx *ctx, struct rsa_key *rsa_key) in qat_rsa_setkey_crt()
1155 static void qat_rsa_clear_ctx(struct device *dev, struct qat_rsa_ctx *ctx) in qat_rsa_clear_ctx()
1204 struct qat_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in qat_rsa_setkey()
[all …]