Lines Matching defs:stir
99 * stir(P)
106 stir(struct entpool *P)
144 stir(P);
153 stir(P);
158 /* If we filled the input buffer exactly, stir once more. */
160 stir(P);
207 /* Return true if all done, false if truncated and in need of stir. */
214 * Stir the entropy pool after entpool_enter_nostir fails. If it
224 /* If the input buffer is full, stir. */
226 stir(P);
248 /* If input buffer is not empty, stir. */
250 stir(P);
261 stir(P);
276 stir(P);
464 /* Test entpool_enter with full buffer after stir. */
523 /* Test entpool_enter_nostir with full buffer after stir. */