Lines Matching defs:alg
40 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get()
46 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put()
63 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup() local
100 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
133 struct crypto_alg *alg; in crypto_larval_add() local
159 void crypto_larval_kill(struct crypto_alg *alg) in crypto_larval_kill()
171 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg) in crypto_larval_wait()
199 struct crypto_alg *alg; in crypto_alg_lookup() local
223 struct crypto_alg *alg; in crypto_larval_lookup() local
266 struct crypto_alg *alg; in crypto_alg_mod_lookup() local
327 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
352 static void crypto_shoot_alg(struct crypto_alg *alg) in crypto_shoot_alg()
359 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
423 struct crypto_alg *alg; in crypto_alloc_base() local
451 void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm()
534 struct crypto_alg *alg; in crypto_alloc_tfm() local
572 struct crypto_alg *alg; in crypto_destroy_tfm() local
590 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); in crypto_has_alg() local