Lines Matching refs:alg
25 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
26 unsigned int (*extsize)(struct crypto_alg *alg);
29 void (*show)(struct seq_file *m, struct crypto_alg *alg);
30 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
40 struct crypto_alg alg; member
62 struct crypto_alg *alg; member
132 void crypto_mod_put(struct crypto_alg *alg);
142 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
144 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
173 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg,
176 struct crypto_alg *alg);
218 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()