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) in crypto_mod_get()
41 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put()
55 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
58 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup()
95 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
125 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
128 struct crypto_alg *alg; in crypto_larval_add()
154 void crypto_larval_kill(struct crypto_alg *alg) in crypto_larval_kill()
166 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg) in crypto_larval_wait()
193 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
196 struct crypto_alg *alg; in crypto_alg_lookup()
217 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
220 struct crypto_alg *alg; in crypto_larval_lookup()
261 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
263 struct crypto_alg *alg; in crypto_alg_mod_lookup()
264 struct crypto_alg *larval; in crypto_alg_mod_lookup()
311 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
336 void crypto_shoot_alg(struct crypto_alg *alg) in crypto_shoot_alg()
344 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
408 struct crypto_alg *alg; in crypto_alloc_base()
436 void *crypto_create_tfm_node(struct crypto_alg *alg, in crypto_create_tfm_node()
479 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg()
525 struct crypto_alg *alg; in crypto_alloc_tfm_node()
563 struct crypto_alg *alg; in crypto_destroy_tfm()
581 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); in crypto_has_alg()