Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Dtalitos.c2373 struct talitos_crypto_alg { struct
2382 struct talitos_crypto_alg *talitos_alg; in talitos_cra_init() argument
2388 struct talitos_crypto_alg, in talitos_cra_init()
2391 talitos_alg = container_of(alg, struct talitos_crypto_alg, in talitos_cra_init()
2460 struct talitos_crypto_alg *t_alg, *n; in talitos_remove()
2502 static struct talitos_crypto_alg *talitos_alg_alloc(struct device *dev, in talitos_alg_alloc()
2507 struct talitos_crypto_alg *t_alg; in talitos_alg_alloc()
2510 t_alg = kzalloc(sizeof(struct talitos_crypto_alg), GFP_KERNEL); in talitos_alg_alloc()
2753 struct talitos_crypto_alg *t_alg; in talitos_probe()