Home
last modified time | relevance | path

Searched defs:rsa_key (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/crypto/internal/
Drsa.h31 struct rsa_key { struct
50 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, argument
/linux-6.1.9/crypto/
Drsa_helper.c162 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.1.9/drivers/crypto/caam/
Dcaampkc.c941 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_pub_key() local
983 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_priv_key_form() local
1043 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_priv_key() local
/linux-6.1.9/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1023 static void qat_rsa_setkey_crt(struct qat_rsa_ctx *ctx, struct rsa_key *rsa_key) in qat_rsa_setkey_crt()
1163 struct rsa_key rsa_key; in qat_rsa_setkey() local
/linux-6.1.9/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c376 struct rsa_key rsa_key = {0}; in virtio_crypto_rsa_set_key() local
/linux-6.1.9/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c967 static int hpre_rsa_setkey_crt(struct hpre_ctx *ctx, struct rsa_key *rsa_key) in hpre_rsa_setkey_crt()
1075 struct rsa_key rsa_key; in hpre_rsa_setkey() local