Lines Matching refs:crypto_alg

38 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg);
40 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get()
46 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put()
60 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
63 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup()
100 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
130 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
133 struct crypto_alg *alg; in crypto_larval_add()
159 void crypto_larval_kill(struct crypto_alg *alg) in crypto_larval_kill()
171 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg) in crypto_larval_wait()
196 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
199 struct crypto_alg *alg; in crypto_alg_lookup()
220 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
223 struct crypto_alg *alg; in crypto_larval_lookup()
264 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
266 struct crypto_alg *alg; in crypto_alg_mod_lookup()
267 struct crypto_alg *larval; in crypto_alg_mod_lookup()
327 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
352 void crypto_shoot_alg(struct crypto_alg *alg) in crypto_shoot_alg()
360 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
424 struct crypto_alg *alg; in crypto_alloc_base()
452 void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm()
493 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg()
535 struct crypto_alg *alg; in crypto_alloc_tfm()
573 struct crypto_alg *alg; in crypto_destroy_tfm()
591 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); in crypto_has_alg()