Searched defs:rsa_key (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-4.19/include/crypto/internal/ |
| D | rsa.h | 36 struct rsa_key { struct 55 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, argument
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-4.19/crypto/ |
| D | rsa_helper.c | 167 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() 186 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_priv_key()
|
| /kernel/linux/linux-4.19/drivers/crypto/caam/ |
| D | caampkc.c | 806 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_pub_key() local 850 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_priv_key_form() local 910 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_priv_key() local
|
| /kernel/linux/linux-5.10/drivers/crypto/caam/ |
| D | caampkc.c | 937 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_pub_key() local 979 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_priv_key_form() local 1039 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_priv_key() local
|
| /kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
| D | qat_asym_algs.c | 1021 static void qat_rsa_setkey_crt(struct qat_rsa_ctx *ctx, struct rsa_key *rsa_key) in qat_rsa_setkey_crt() 1161 struct rsa_key rsa_key; in qat_rsa_setkey() local
|
| /kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/ |
| D | hpre_crypto.c | 902 static int hpre_rsa_setkey_crt(struct hpre_ctx *ctx, struct rsa_key *rsa_key) in hpre_rsa_setkey_crt() 1010 struct rsa_key rsa_key; in hpre_rsa_setkey() local
|
| /kernel/linux/linux-4.19/drivers/crypto/qat/qat_common/ |
| D | qat_asym_algs.c | 1066 static void qat_rsa_setkey_crt(struct qat_rsa_ctx *ctx, struct rsa_key *rsa_key) in qat_rsa_setkey_crt() 1206 struct rsa_key rsa_key; in qat_rsa_setkey() local
|