Lines Matching refs:crypto_alg
37 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg);
39 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get()
45 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put()
59 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
62 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup()
99 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
129 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
132 struct crypto_alg *alg; in crypto_larval_add()
158 void crypto_larval_kill(struct crypto_alg *alg) in crypto_larval_kill()
170 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg) in crypto_larval_wait()
195 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask) in crypto_alg_lookup()
197 struct crypto_alg *alg; in crypto_alg_lookup()
207 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask) in crypto_larval_lookup()
209 struct crypto_alg *alg; in crypto_larval_lookup()
249 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
251 struct crypto_alg *alg; in crypto_alg_mod_lookup()
252 struct crypto_alg *larval; in crypto_alg_mod_lookup()
333 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
358 void crypto_shoot_alg(struct crypto_alg *alg) in crypto_shoot_alg()
366 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
430 struct crypto_alg *alg; in crypto_alloc_base()
458 void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm()
499 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg()
503 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask) = in crypto_find_alg()
547 struct crypto_alg *alg; in crypto_alloc_tfm()
585 struct crypto_alg *alg; in crypto_destroy_tfm()
603 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); in crypto_has_alg()