Home
last modified time | relevance | path

Searched refs:crypto_unregister_akcipher (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/crypto/
Dakcipher.c109 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher() function
113 EXPORT_SYMBOL_GPL(crypto_unregister_akcipher);
Drsa.c347 crypto_unregister_akcipher(&rsa); in rsa_exit()
/linux-4.4.14/include/crypto/internal/
Dakcipher.h59 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c753 crypto_unregister_akcipher(&rsa); in qat_asym_algs_unregister()