Searched refs:gcm_zeroes (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 Dgcm.c76 static void *gcm_zeroes; variable
246 sg_init_one(pctx->src, gcm_zeroes, remain);
1333 gcm_zeroes = kzalloc(16, GFP_KERNEL);
1334 if (!gcm_zeroes)
1362 kfree(gcm_zeroes);
1368 kfree(gcm_zeroes);

Completed in 105 milliseconds