Lines Matching refs: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);
43 struct crypto_alg alg; member
65 struct crypto_alg *alg; member
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,
177 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg,
180 struct crypto_alg *alg);
221 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()