Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A 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);
H A Drsa.c285 ret = rsa_parse_priv_key(&raw_key, key, keylen); in rsa_set_priv_key()
/openbmc/linux/include/crypto/internal/
H A Drsa.h53 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key,
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c138 ret = rsa_parse_priv_key(&raw_key, key, keylen); in ccp_rsa_setkey()
/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c388 ret = rsa_parse_priv_key(&rsa_key, key, keylen); in virtio_crypto_rsa_set_key()
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c493 ret = rsa_parse_priv_key(&ctx->key, key, keylen); in aspeed_acry_rsa_setkey()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c484 ret = rsa_parse_priv_key(&raw_key, key, keylen); in starfive_rsa_setkey()
/openbmc/linux/drivers/crypto/caam/
H A Dcaampkc.c1060 ret = rsa_parse_priv_key(&raw_key, key, keylen); in caam_rsa_set_priv_key()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1169 ret = rsa_parse_priv_key(&rsa_key, key, keylen); in qat_rsa_setkey()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1093 ret = rsa_parse_priv_key(&rsa_key, key, keylen); in hpre_rsa_setkey()