Home
last modified time | relevance | path

Searched refs:rsa_parse_pub_key (Results 1 – 9 of 9) sorted by relevance

/linux/crypto/
H A Drsa_helper.c162 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() function
167 EXPORT_SYMBOL_GPL(rsa_parse_pub_key);
/linux/include/crypto/internal/
H A Drsa.h51 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key,
/linux/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c140 ret = rsa_parse_pub_key(&raw_key, key, keylen); in ccp_rsa_setkey()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c360 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in virtio_crypto_rsa_set_key()
/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c495 ret = rsa_parse_pub_key(&ctx->key, key, keylen); in aspeed_acry_rsa_setkey()
/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c462 ret = rsa_parse_pub_key(&raw_key, key, keylen); in starfive_rsa_setkey()
/linux/drivers/crypto/caam/
H A Dcaampkc.c954 ret = rsa_parse_pub_key(&raw_key, key, keylen); in caam_rsa_set_pub_key()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1224 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in qat_rsa_setkey()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1104 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in hpre_rsa_setkey()