Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/
Dtalitos.c2314 struct talitos_crypto_alg *t_alg, *n; in talitos_remove() local
2317 list_for_each_entry_safe(t_alg, n, &priv->alg_list, entry) { in talitos_remove()
2318 switch (t_alg->algt.type) { in talitos_remove()
2321 crypto_unregister_alg(&t_alg->algt.alg.crypto); in talitos_remove()
2324 crypto_unregister_ahash(&t_alg->algt.alg.hash); in talitos_remove()
2327 list_del(&t_alg->entry); in talitos_remove()
2328 kfree(t_alg); in talitos_remove()
2360 struct talitos_crypto_alg *t_alg; in talitos_alg_alloc() local
2363 t_alg = kzalloc(sizeof(struct talitos_crypto_alg), GFP_KERNEL); in talitos_alg_alloc()
2364 if (!t_alg) in talitos_alg_alloc()
[all …]