Home
last modified time | relevance | path

Searched refs:rsa_parse_priv_key (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/crypto/
Drsa_helper.c181 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_priv_key() function
186 EXPORT_SYMBOL_GPL(rsa_parse_priv_key);
Drsa.c204 ret = rsa_parse_priv_key(&raw_key, key, keylen); in rsa_set_priv_key()
/linux-5.19.10/include/crypto/internal/
Drsa.h53 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key,
/linux-5.19.10/drivers/crypto/ccp/
Dccp-crypto-rsa.c138 ret = rsa_parse_priv_key(&raw_key, key, keylen); in ccp_rsa_setkey()
/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c383 ret = rsa_parse_priv_key(&rsa_key, key, keylen); in virtio_crypto_rsa_set_key()
/linux-5.19.10/drivers/crypto/caam/
Dcaampkc.c1049 ret = rsa_parse_priv_key(&raw_key, key, keylen); in caam_rsa_set_priv_key()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1169 ret = rsa_parse_priv_key(&rsa_key, key, keylen); in qat_rsa_setkey()
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1075 ret = rsa_parse_priv_key(&rsa_key, key, keylen); in hpre_rsa_setkey()