Home
last modified time | relevance | path

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

/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()