Lines Matching refs:crypto_alg
38 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg,
40 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type,
43 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get()
49 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put()
58 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()
94 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
126 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
129 struct crypto_alg *alg; in crypto_larval_add()
201 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg, in crypto_larval_wait()
253 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
257 struct crypto_alg *alg; in crypto_alg_lookup()
290 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
293 struct crypto_alg *alg; in crypto_larval_lookup()
338 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
340 struct crypto_alg *alg; in crypto_alg_mod_lookup()
341 struct crypto_alg *larval; in crypto_alg_mod_lookup()
379 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
400 void crypto_shoot_alg(struct crypto_alg *alg) in crypto_shoot_alg()
408 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfmgfp()
440 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
475 struct crypto_alg *alg; in crypto_alloc_base()
503 static void *crypto_alloc_tfmmem(struct crypto_alg *alg, in crypto_alloc_tfmmem()
527 void *crypto_create_tfm_node(struct crypto_alg *alg, in crypto_create_tfm_node()
566 struct crypto_alg *alg = otfm->__crt_alg; in crypto_clone_tfm()
589 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg()
635 struct crypto_alg *alg; in crypto_alloc_tfm_node()
673 struct crypto_alg *alg; in crypto_destroy_tfm()
693 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); in crypto_has_alg()
716 void crypto_destroy_alg(struct crypto_alg *alg) in crypto_destroy_alg()