Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
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);
A Drsa.c218 ret = rsa_parse_pub_key(&raw_key, key, keylen); in rsa_set_pub_key()
/linux-6.3-rc2/include/crypto/internal/
A Drsa.h50 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key,
/linux-6.3-rc2/drivers/crypto/ccp/
A Dccp-crypto-rsa.c140 ret = rsa_parse_pub_key(&raw_key, key, keylen); in ccp_rsa_setkey()
/linux-6.3-rc2/drivers/crypto/virtio/
A Dvirtio_crypto_akcipher_algs.c390 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in virtio_crypto_rsa_set_key()
/linux-6.3-rc2/drivers/crypto/aspeed/
A Daspeed-acry.c498 ret = rsa_parse_pub_key(&ctx->key, key, keylen); in aspeed_acry_rsa_setkey()
/linux-6.3-rc2/drivers/crypto/caam/
A Dcaampkc.c948 ret = rsa_parse_pub_key(&raw_key, key, keylen); in caam_rsa_set_pub_key()
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_asym_algs.c1173 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in qat_rsa_setkey()
/linux-6.3-rc2/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c1095 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in hpre_rsa_setkey()

Completed in 33 milliseconds