Searched refs:tfm_size (Results 1 – 1 of 1) sorted by relevance
412 unsigned int tfm_size; in __crypto_alloc_tfmgfp() local415 tfm_size = sizeof(*tfm) + crypto_ctxsize(alg, type, mask); in __crypto_alloc_tfmgfp()416 tfm = kzalloc(tfm_size, gfp); in __crypto_alloc_tfmgfp()