Lines Matching refs:crypto_tfm
365 static void crypto_exit_ops(struct crypto_tfm *tfm) in crypto_exit_ops()
406 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfmgfp()
409 struct crypto_tfm *tfm; in __crypto_alloc_tfmgfp()
438 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
467 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base()
469 struct crypto_tfm *tfm; in crypto_alloc_base()
505 struct crypto_tfm *tfm; in crypto_alloc_tfmmem()
517 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem()
529 struct crypto_tfm *tfm; in crypto_create_tfm_node()
537 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node()
561 struct crypto_tfm *otfm) in crypto_clone_tfm()
564 struct crypto_tfm *tfm; in crypto_clone_tfm()
577 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
668 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm()