Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Drsa.h36 struct rsa_key { struct
55 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, argument
/Linux-v4.19/crypto/
Drsa_helper.c167 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()
/Linux-v4.19/drivers/crypto/caam/
Dcaampkc.c806 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
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1066 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