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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dapi.c361 unsigned int tfm_size; local
364 tfm_size = sizeof(*tfm) + crypto_ctxsize(alg, type, mask);
365 tfm = kzalloc(tfm_size, GFP_KERNEL);

Completed in 101 milliseconds