Searched defs:rsa_key (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/crypto/internal/ |
D | rsa.h | 31 struct rsa_key { struct 50 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, argument
|
/linux-6.12.1/drivers/crypto/starfive/ |
D | jh7110-rsa.c | 348 static int starfive_rsa_set_n(struct starfive_rsa_key *rsa_key, in starfive_rsa_set_n() 379 static int starfive_rsa_set_e(struct starfive_rsa_key *rsa_key, in starfive_rsa_set_e() 413 static int starfive_rsa_set_d(struct starfive_rsa_key *rsa_key, in starfive_rsa_set_d() 456 struct starfive_rsa_key *rsa_key = &ctx->rsa_key; in starfive_rsa_setkey() local
|
D | jh7110-cryp.h | 169 struct starfive_rsa_key rsa_key; member
|
/linux-6.12.1/crypto/ |
D | rsa_helper.c | 162 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() 181 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_priv_key()
|
/linux-6.12.1/drivers/crypto/caam/ |
D | caampkc.c | 948 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_pub_key() local 990 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_priv_key_form() local 1053 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_priv_key() local
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | qat_asym_algs.c | 1076 static void qat_rsa_setkey_crt(struct qat_rsa_ctx *ctx, struct rsa_key *rsa_key) in qat_rsa_setkey_crt() 1216 struct rsa_key rsa_key; in qat_rsa_setkey() local
|
/linux-6.12.1/drivers/crypto/virtio/ |
D | virtio_crypto_akcipher_algs.c | 377 struct rsa_key rsa_key = {0}; in virtio_crypto_rsa_set_key() local
|
/linux-6.12.1/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 984 static int hpre_rsa_setkey_crt(struct hpre_ctx *ctx, struct rsa_key *rsa_key) in hpre_rsa_setkey_crt() 1092 struct rsa_key rsa_key; in hpre_rsa_setkey() local
|