Home
last modified time | relevance | path

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

/Linux-v5.4/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.c166 ret = rsa_parse_pub_key(&raw_key, key, keylen); in rsa_set_pub_key()
/Linux-v5.4/include/crypto/internal/
Drsa.h50 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key,
/Linux-v5.4/drivers/crypto/ccp/
Dccp-crypto-rsa.c140 ret = rsa_parse_pub_key(&raw_key, key, keylen); in ccp_rsa_setkey()
/Linux-v5.4/drivers/crypto/caam/
Dcaampkc.c880 ret = rsa_parse_pub_key(&raw_key, key, keylen); in caam_rsa_set_pub_key()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1214 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in qat_rsa_setkey()