Searched refs:DEFAULT_PRNG_KSZ (Results 1 – 1 of 1) sorted by relevance
26 #define DEFAULT_PRNG_KSZ 16 macro290 klen = DEFAULT_PRNG_KSZ; in reset_prng_context()341 return reset_prng_context(ctx, NULL, DEFAULT_PRNG_KSZ, NULL, NULL); in cprng_init()369 if (slen < DEFAULT_PRNG_KSZ + DEFAULT_BLK_SZ) in cprng_reset()372 if (slen >= (2 * DEFAULT_BLK_SZ + DEFAULT_PRNG_KSZ)) in cprng_reset()373 dt = key + DEFAULT_PRNG_KSZ; in cprng_reset()375 reset_prng_context(prng, key, DEFAULT_PRNG_KSZ, seed, dt); in cprng_reset()397 .seedsize = DEFAULT_PRNG_KSZ + 2*DEFAULT_BLK_SZ,