Lines Matching refs:crypto_alg

39 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg);
41 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg)
47 void crypto_mod_put(struct crypto_alg *alg)
56 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type,
59 struct crypto_alg *q, *alg = NULL;
96 static void crypto_larval_destroy(struct crypto_alg *alg)
126 static struct crypto_alg *crypto_larval_add(const char *name, u32 type,
129 struct crypto_alg *alg;
155 void crypto_larval_kill(struct crypto_alg *alg)
202 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg)
234 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type,
238 struct crypto_alg *alg;
271 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type,
274 struct crypto_alg *alg;
315 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask)
317 struct crypto_alg *alg;
318 struct crypto_alg *larval;
356 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask)
381 void crypto_shoot_alg(struct crypto_alg *alg)
389 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type,
421 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
456 struct crypto_alg *alg;
484 static void *crypto_alloc_tfmmem(struct crypto_alg *alg,
508 void *crypto_create_tfm_node(struct crypto_alg *alg,
546 struct crypto_alg *alg = otfm->__crt_alg;
569 struct crypto_alg *crypto_find_alg(const char *alg_name,
615 struct crypto_alg *alg;
653 struct crypto_alg *alg;
673 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask);