Lines Matching refs:talitos_crypto_alg
2999 struct talitos_crypto_alg { struct
3006 struct talitos_crypto_alg *talitos_alg) in talitos_init_common() argument
3030 struct talitos_crypto_alg *talitos_alg; in talitos_cra_init()
3035 struct talitos_crypto_alg, in talitos_cra_init()
3038 talitos_alg = container_of(alg, struct talitos_crypto_alg, in talitos_cra_init()
3047 struct talitos_crypto_alg *talitos_alg; in talitos_cra_init_aead()
3050 talitos_alg = container_of(alg, struct talitos_crypto_alg, in talitos_cra_init_aead()
3102 struct talitos_crypto_alg *t_alg, *n; in talitos_remove()
3134 static struct talitos_crypto_alg *talitos_alg_alloc(struct device *dev, in talitos_alg_alloc()
3139 struct talitos_crypto_alg *t_alg; in talitos_alg_alloc()
3142 t_alg = devm_kzalloc(dev, sizeof(struct talitos_crypto_alg), in talitos_alg_alloc()
3439 struct talitos_crypto_alg *t_alg; in talitos_probe()