Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Drsa_helper.c107 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() function
122 EXPORT_SYMBOL_GPL(rsa_parse_pub_key);
Drsa.c280 ret = rsa_parse_pub_key(pkey, key, keylen); in rsa_set_pub_key()
/linux-4.4.14/include/crypto/internal/
Drsa.h23 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key,