Searched refs:tfm_size (Results 1 – 1 of 1) sorted by relevance
363 unsigned int tfm_size; in __crypto_alloc_tfm() local366 tfm_size = sizeof(*tfm) + crypto_ctxsize(alg, type, mask); in __crypto_alloc_tfm()367 tfm = kzalloc(tfm_size, GFP_KERNEL); in __crypto_alloc_tfm()