Lines Matching refs:crypto_alg
58 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
59 unsigned int (*extsize)(struct crypto_alg *alg);
61 void (*show)(struct seq_file *m, struct crypto_alg *alg);
62 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
65 int (*report_stat)(struct sk_buff *skb, struct crypto_alg *alg);
75 struct crypto_alg alg;
103 struct crypto_alg *alg;
141 int crypto_register_alg(struct crypto_alg *alg);
142 void crypto_unregister_alg(struct crypto_alg *alg);
143 int crypto_register_algs(struct crypto_alg *algs, int count);
144 void crypto_unregister_algs(struct crypto_alg *algs, int count);
146 void crypto_mod_put(struct crypto_alg *alg);
169 struct crypto_alg *alg);