Lines Matching refs:talitos_crypto_alg
2592 struct talitos_crypto_alg { struct
2599 struct talitos_crypto_alg *talitos_alg) in talitos_init_common() argument
2623 struct talitos_crypto_alg *talitos_alg; in talitos_cra_init()
2628 struct talitos_crypto_alg, in talitos_cra_init()
2631 talitos_alg = container_of(alg, struct talitos_crypto_alg, in talitos_cra_init()
2640 struct talitos_crypto_alg *talitos_alg; in talitos_cra_init_aead()
2643 talitos_alg = container_of(alg, struct talitos_crypto_alg, in talitos_cra_init_aead()
2686 struct talitos_crypto_alg *t_alg, *n; in talitos_remove()
2728 static struct talitos_crypto_alg *talitos_alg_alloc(struct device *dev, in talitos_alg_alloc()
2733 struct talitos_crypto_alg *t_alg; in talitos_alg_alloc()
2736 t_alg = kzalloc(sizeof(struct talitos_crypto_alg), GFP_KERNEL); in talitos_alg_alloc()
3017 struct talitos_crypto_alg *t_alg; in talitos_probe()