Lines Matching refs:value
75 * its value (from empty->early->ready).
207 * into the given buffer or as a return value. This is equivalent to
279 * key value, at index 4, so the state should always be zeroed out
753 * void add_input_randomness(unsigned int type, unsigned int code, unsigned int value);
1028 * value "num" is also added to the pool; it should somehow describe
1097 void add_input_randomness(unsigned int type, unsigned int code, unsigned int value)
1103 if (value == last_value)
1106 last_value = value;
1108 (type << 4) ^ code ^ (code >> 4) ^ value);
1434 * - urandom_min_reseed_secs - fixed to the value CRNG_RESEED_INTERVAL.