Lines Matching defs: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()
62 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup() local
99 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
132 struct crypto_alg *alg; in crypto_larval_add() local
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()
197 struct crypto_alg *alg; in crypto_alg_lookup() local
209 struct crypto_alg *alg; in crypto_larval_lookup() local
251 struct crypto_alg *alg; in crypto_alg_mod_lookup() local
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() local
458 void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm()
547 struct crypto_alg *alg; in crypto_alloc_tfm() local
585 struct crypto_alg *alg; in crypto_destroy_tfm() local
603 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); in crypto_has_alg() local