Lines Matching refs:crypto_tfm
348 static void crypto_exit_ops(struct crypto_tfm *tfm) in crypto_exit_ops()
389 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfmgfp()
392 struct crypto_tfm *tfm = NULL; in __crypto_alloc_tfmgfp()
421 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
450 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base()
452 struct crypto_tfm *tfm; in crypto_alloc_base()
488 struct crypto_tfm *tfm; in crypto_alloc_tfmmem()
500 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem()
512 struct crypto_tfm *tfm; in crypto_create_tfm_node()
520 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node()
544 struct crypto_tfm *otfm) in crypto_clone_tfm()
547 struct crypto_tfm *tfm; in crypto_clone_tfm()
560 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
651 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm()