Lines Matching defs:have
70 size_t have;
135 /* We have at least 20 bits. Use lower 16 excluding lower most 4 */
139 /* We have at least 15 bits. Use lower 10/11 excluding lower most 4 */
205 rng->have = 0;
221 rng->entropy = entropy; /* don't have to attach */
300 rng->have = CHACHA_BUFFERSIZE - CHACHA_KEYSIZE - CHACHA_IVSIZE;
309 if (rng->have < sizeof(val))
312 memmove(&val, rng->buffer + CHACHA_BUFFERSIZE - rng->have,
315 memset(rng->buffer + CHACHA_BUFFERSIZE - rng->have,
317 rng->have -= sizeof(val);
350 rng->have = 0;