Lines Matching refs:crypto_tfm
370 static void crypto_exit_ops(struct crypto_tfm *tfm) in crypto_exit_ops()
407 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfmgfp()
410 struct crypto_tfm *tfm; in __crypto_alloc_tfmgfp()
439 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
468 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base()
470 struct crypto_tfm *tfm; in crypto_alloc_base()
506 struct crypto_tfm *tfm; in crypto_alloc_tfmmem()
518 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem()
530 struct crypto_tfm *tfm; in crypto_create_tfm_node()
538 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node()
563 struct crypto_tfm *otfm) in crypto_clone_tfm()
566 struct crypto_tfm *tfm; in crypto_clone_tfm()
579 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
670 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm()
727 struct crypto_tfm *tfm = req->tfm; in crypto_request_clone()