Home
last modified time | relevance | path

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

/linux/crypto/
H A 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);
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c362 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in virtio_crypto_rsa_set_key()