Lines Matching refs:crypto_alg
27 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
28 unsigned int (*extsize)(struct crypto_alg *alg);
31 void (*show)(struct seq_file *m, struct crypto_alg *alg);
32 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
33 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask);
43 struct crypto_alg alg;
65 struct crypto_alg *alg;
134 void crypto_mod_put(struct crypto_alg *alg);
144 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
146 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
166 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta,
170 static inline struct crypto_alg *crypto_attr_alg(struct rtattr *rta, in crypto_attr_alg()
177 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg,
180 struct crypto_alg *alg);
353 static inline struct crypto_alg *crypto_get_attr_alg(struct rtattr **tb, in crypto_get_attr_alg()