Exemplo n.º 1
0
void qat_asym_algs_unregister(void)
{
	mutex_lock(&algs_lock);
	if (--active_devs == 0)
		crypto_unregister_akcipher(&rsa);
	mutex_unlock(&algs_lock);
}
Exemplo n.º 2
0
static void __exit caam_pkc_exit(void)
{
	crypto_unregister_akcipher(&caam_rsa);
}
Exemplo n.º 3
0
static void rsa_exit(void)
{
	crypto_unregister_akcipher(&rsa);
}