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()
54 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
57 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup()
94 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
124 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
127 struct crypto_alg *alg; in crypto_larval_add()
153 void crypto_larval_kill(struct crypto_alg *alg) in crypto_larval_kill()
203 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg) in crypto_larval_wait()
235 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
239 struct crypto_alg *alg; in crypto_alg_lookup()
272 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
275 struct crypto_alg *alg; in crypto_larval_lookup()
316 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
318 struct crypto_alg *alg; in crypto_alg_mod_lookup()
319 struct crypto_alg *larval; in crypto_alg_mod_lookup()
366 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
391 void crypto_shoot_alg(struct crypto_alg *alg) in crypto_shoot_alg()
399 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
463 struct crypto_alg *alg; in crypto_alloc_base()
491 void *crypto_create_tfm_node(struct crypto_alg *alg, in crypto_create_tfm_node()
534 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg()
580 struct crypto_alg *alg; in crypto_alloc_tfm_node()
618 struct crypto_alg *alg; in crypto_destroy_tfm()
636 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); in crypto_has_alg()