Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/
Dtalitos.c2236 struct talitos_crypto_alg { struct
2245 struct talitos_crypto_alg *talitos_alg; in talitos_cra_init() argument
2250 struct talitos_crypto_alg, in talitos_cra_init()
2253 talitos_alg = container_of(alg, struct talitos_crypto_alg, in talitos_cra_init()
2314 struct talitos_crypto_alg *t_alg, *n; in talitos_remove()
2355 static struct talitos_crypto_alg *talitos_alg_alloc(struct device *dev, in talitos_alg_alloc()
2360 struct talitos_crypto_alg *t_alg; in talitos_alg_alloc()
2363 t_alg = kzalloc(sizeof(struct talitos_crypto_alg), GFP_KERNEL); in talitos_alg_alloc()
2532 struct talitos_crypto_alg *t_alg; in talitos_probe()