Searched refs:prng_chunk_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/arch/s390/crypto/
H A Dprng.c23 static int prng_chunk_size = 256; variable
24 module_param(prng_chunk_size, int, S_IRUSR | S_IRGRP | S_IROTH);
25 MODULE_PARM_DESC(prng_chunk_size, "PRNG read chunk size in bytes");
110 chunk = min_t(int, nbytes, prng_chunk_size);
133 * prng_chunk_size to 8 bytes.
171 if (prng_chunk_size < 8)
179 p->buf = kmalloc(prng_chunk_size, GFP_KERNEL);

Completed in 36 milliseconds