Searched refs:tfm_size (Results 1 - 1 of 1) sorted by relevance

/crypto/
H A Dapi.c355 unsigned int tfm_size; local
358 tfm_size = sizeof(*tfm) + crypto_ctxsize(alg, type, mask);
359 tfm = kzalloc(tfm_size, GFP_KERNEL);

Completed in 16 milliseconds