Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/starfive/
Djh7110-rsa.c195 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_cpu_start()
276 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_enc_core()
311 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_enc()
343 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_dec()
369 static int starfive_rsa_set_n(struct starfive_rsa_key *rsa_key, in starfive_rsa_set_n() argument
380 rsa_key->key_sz = vlen; in starfive_rsa_set_n()
381 bitslen = rsa_key->key_sz << 3; in starfive_rsa_set_n()
388 rsa_key->n = kmemdup(ptr, rsa_key->key_sz, GFP_KERNEL); in starfive_rsa_set_n()
389 if (!rsa_key->n) in starfive_rsa_set_n()
394 rsa_key->key_sz = 0; in starfive_rsa_set_n()
[all …]
Djh7110-cryp.h160 struct starfive_rsa_key rsa_key; member
/Linux-v6.6/crypto/
Drsa_helper.c19 struct rsa_key *key = context; in rsa_get_n()
49 struct rsa_key *key = context; in rsa_get_e()
64 struct rsa_key *key = context; in rsa_get_d()
79 struct rsa_key *key = context; in rsa_get_p()
94 struct rsa_key *key = context; in rsa_get_q()
109 struct rsa_key *key = context; in rsa_get_dp()
124 struct rsa_key *key = context; in rsa_get_dq()
139 struct rsa_key *key = context; in rsa_get_qinv()
162 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() argument
165 return asn1_ber_decoder(&rsapubkey_decoder, rsa_key, key, key_len); in rsa_parse_pub_key()
[all …]
Drsa.c238 struct rsa_key raw_key = {0}; in rsa_set_pub_key()
277 struct rsa_key raw_key = {0}; in rsa_set_priv_key()
/Linux-v6.6/drivers/crypto/caam/
Dcaampkc.c947 struct rsa_key raw_key = {NULL}; in caam_rsa_set_pub_key()
948 struct caam_rsa_key *rsa_key = &ctx->key; in caam_rsa_set_pub_key() local
952 caam_rsa_free_key(rsa_key); in caam_rsa_set_pub_key()
959 rsa_key->e = kmemdup(raw_key.e, raw_key.e_sz, GFP_KERNEL); in caam_rsa_set_pub_key()
960 if (!rsa_key->e) in caam_rsa_set_pub_key()
969 rsa_key->n = caam_read_raw_data(raw_key.n, &raw_key.n_sz); in caam_rsa_set_pub_key()
970 if (!rsa_key->n) in caam_rsa_set_pub_key()
974 caam_rsa_free_key(rsa_key); in caam_rsa_set_pub_key()
978 rsa_key->e_sz = raw_key.e_sz; in caam_rsa_set_pub_key()
979 rsa_key->n_sz = raw_key.n_sz; in caam_rsa_set_pub_key()
[all …]
/Linux-v6.6/include/crypto/internal/
Drsa.h31 struct rsa_key { struct
50 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, argument
53 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key,
/Linux-v6.6/drivers/crypto/intel/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() argument
1032 ptr = rsa_key->p; in qat_rsa_setkey_crt()
1033 len = rsa_key->p_sz; in qat_rsa_setkey_crt()
1043 ptr = rsa_key->q; in qat_rsa_setkey_crt()
1044 len = rsa_key->q_sz; in qat_rsa_setkey_crt()
1054 ptr = rsa_key->dp; in qat_rsa_setkey_crt()
1055 len = rsa_key->dp_sz; in qat_rsa_setkey_crt()
1066 ptr = rsa_key->dq; in qat_rsa_setkey_crt()
1067 len = rsa_key->dq_sz; in qat_rsa_setkey_crt()
1078 ptr = rsa_key->qinv; in qat_rsa_setkey_crt()
[all …]
/Linux-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c979 static int hpre_rsa_setkey_crt(struct hpre_ctx *ctx, struct rsa_key *rsa_key) in hpre_rsa_setkey_crt() argument
993 rsa_key->dq, rsa_key->dq_sz); in hpre_rsa_setkey_crt()
999 rsa_key->dp, rsa_key->dp_sz); in hpre_rsa_setkey_crt()
1005 rsa_key->q, rsa_key->q_sz); in hpre_rsa_setkey_crt()
1011 rsa_key->p, rsa_key->p_sz); in hpre_rsa_setkey_crt()
1017 rsa_key->qinv, rsa_key->qinv_sz); in hpre_rsa_setkey_crt()
1073 static bool hpre_is_crt_key(struct rsa_key *key) in hpre_is_crt_key()
1087 struct rsa_key rsa_key; in hpre_rsa_setkey() local
1093 ret = rsa_parse_priv_key(&rsa_key, key, keylen); in hpre_rsa_setkey()
1095 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in hpre_rsa_setkey()
[all …]
/Linux-v6.6/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c376 struct rsa_key rsa_key = {0}; in virtio_crypto_rsa_set_key() local
387 ret = rsa_parse_priv_key(&rsa_key, key, keylen); in virtio_crypto_rsa_set_key()
390 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in virtio_crypto_rsa_set_key()
396 rsa_ctx->n = mpi_read_raw_data(rsa_key.n, rsa_key.n_sz); in virtio_crypto_rsa_set_key()
/Linux-v6.6/drivers/crypto/ccp/
Dccp-crypto-rsa.c130 struct rsa_key raw_key; in ccp_rsa_setkey()
/Linux-v6.6/drivers/crypto/aspeed/
Daspeed-acry.c115 struct rsa_key key;