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

/linux-master/crypto/
H A Dapi.c393 unsigned int tfm_size; local
396 tfm_size = sizeof(*tfm) + crypto_ctxsize(alg, type, mask);
397 tfm = kzalloc(tfm_size, gfp);

Completed in 210 milliseconds