Lines Matching refs: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);
146 void crypto_mod_put(struct crypto_alg *alg);
169 struct crypto_alg *alg);
221 return container_of(tfm->__crt_alg, struct crypto_instance, alg);