Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
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);
Drsa.c170 ret = rsa_parse_pub_key(&raw_key, key, keylen); in rsa_set_pub_key()
/linux-5.19.10/include/crypto/internal/
Drsa.h50 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key,
/linux-5.19.10/drivers/crypto/ccp/
Dccp-crypto-rsa.c140 ret = rsa_parse_pub_key(&raw_key, key, keylen); in ccp_rsa_setkey()
/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c386 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in virtio_crypto_rsa_set_key()
/linux-5.19.10/drivers/crypto/caam/
Dcaampkc.c947 ret = rsa_parse_pub_key(&raw_key, key, keylen); in caam_rsa_set_pub_key()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1171 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in qat_rsa_setkey()
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1077 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in hpre_rsa_setkey()