Lines Matching refs:crypto_alg
35 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
36 unsigned int (*extsize)(struct crypto_alg *alg);
39 void (*show)(struct seq_file *m, struct crypto_alg *alg);
40 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
50 struct crypto_alg alg;
72 struct crypto_alg *alg;
141 void crypto_mod_put(struct crypto_alg *alg);
151 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
153 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
173 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta,
177 static inline struct crypto_alg *crypto_attr_alg(struct rtattr *rta, in crypto_attr_alg()
185 struct crypto_alg *alg);
186 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg,
189 struct crypto_alg *alg);
383 static inline struct crypto_alg *crypto_get_attr_alg(struct rtattr **tb, in crypto_get_attr_alg()