Lines Matching refs:crypto_alg
33 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg);
35 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg)
41 void crypto_mod_put(struct crypto_alg *alg)
55 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type,
58 struct crypto_alg *q, *alg = NULL;
95 static void crypto_larval_destroy(struct crypto_alg *alg)
125 static struct crypto_alg *crypto_larval_add(const char *name, u32 type,
128 struct crypto_alg *alg;
154 void crypto_larval_kill(struct crypto_alg *alg)
166 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg)
193 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type,
196 struct crypto_alg *alg;
217 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type,
220 struct crypto_alg *alg;
261 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask)
263 struct crypto_alg *alg;
264 struct crypto_alg *larval;
311 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask)
336 void crypto_shoot_alg(struct crypto_alg *alg)
344 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
408 struct crypto_alg *alg;
436 void *crypto_create_tfm_node(struct crypto_alg *alg,
479 struct crypto_alg *crypto_find_alg(const char *alg_name,
525 struct crypto_alg *alg;
563 struct crypto_alg *alg;
581 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask);