HomeSort by: relevance | last modified time | path
    Searched defs:stir (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
randombytes.h 22 void (*stir)(void); /* optional */ member in struct:randombytes_implementation
  /src/tests/lib/libpthread/
t_fpu.c 73 stir(void *p) function in typeref:typename:void *
141 PTHREAD_REQUIRE(pthread_create(&s5, 0, stir, stirseed));
  /src/sys/lib/libkern/
entpool.c 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)
104 stir(struct entpool *P) function in typeref:typename:void
    [all...]

Completed in 39 milliseconds