Lines Matching refs:crypto_alg
32 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
33 unsigned int (*extsize)(struct crypto_alg *alg);
36 void (*show)(struct seq_file *m, struct crypto_alg *alg);
37 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
47 struct crypto_alg alg;
69 struct crypto_alg *alg;
138 void crypto_mod_put(struct crypto_alg *alg);
150 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
152 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
172 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta,
176 static inline struct crypto_alg *crypto_attr_alg(struct rtattr *rta, in crypto_attr_alg()
184 struct crypto_alg *alg);
185 void *crypto_alloc_instance(const char *name, struct crypto_alg *alg,
373 static inline struct crypto_alg *crypto_get_attr_alg(struct rtattr **tb, in crypto_get_attr_alg()