Lines Matching refs:crypto_tfm
362 static void crypto_exit_ops(struct crypto_tfm *tfm) in crypto_exit_ops()
399 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfmgfp()
402 struct crypto_tfm *tfm; in __crypto_alloc_tfmgfp()
431 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
460 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base()
462 struct crypto_tfm *tfm; in crypto_alloc_base()
498 struct crypto_tfm *tfm; in crypto_alloc_tfmmem()
510 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem()
522 struct crypto_tfm *tfm; in crypto_create_tfm_node()
530 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node()
554 struct crypto_tfm *otfm) in crypto_clone_tfm()
557 struct crypto_tfm *tfm; in crypto_clone_tfm()
570 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
661 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm()