Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Drsa_helper.c167 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() function
172 EXPORT_SYMBOL_GPL(rsa_parse_pub_key);
Drsa.c277 ret = rsa_parse_pub_key(&raw_key, key, keylen); in rsa_set_pub_key()
/Linux-v4.19/include/crypto/internal/
Drsa.h55 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key,
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-rsa.c144 ret = rsa_parse_pub_key(&raw_key, key, keylen); in ccp_rsa_setkey()
/Linux-v4.19/drivers/crypto/caam/
Dcaampkc.c812 ret = rsa_parse_pub_key(&raw_key, key, keylen); in caam_rsa_set_pub_key()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1214 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in qat_rsa_setkey()