Lines Matching defs:alg
35 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get()
41 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put()
58 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup() local
95 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
128 struct crypto_alg *alg; in crypto_larval_add() local
154 void crypto_larval_kill(struct crypto_alg *alg) in crypto_larval_kill()
166 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg) in crypto_larval_wait()
194 struct crypto_alg *alg; in crypto_alg_lookup() local
218 struct crypto_alg *alg; in crypto_larval_lookup() local
261 struct crypto_alg *alg; in crypto_alg_mod_lookup() local
322 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
347 void crypto_shoot_alg(struct crypto_alg *alg) in crypto_shoot_alg()
355 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
419 struct crypto_alg *alg; in crypto_alloc_base() local
447 void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm()
530 struct crypto_alg *alg; in crypto_alloc_tfm() local
568 struct crypto_alg *alg; in crypto_destroy_tfm() local
586 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); in crypto_has_alg() local