entpool.c | 166 * entpool_enter_nostir(P, buf, len) 181 entpool_enter_nostir(struct entpool *P, const void *buf, size_t len) 214 * Stir the entropy pool after entpool_enter_nostir fails. If it 451 if (!entpool_enter_nostir(P, zero, RATE-2)) 454 if (!entpool_enter_nostir(P, zero, 127)) 456 if (!entpool_enter_nostir(P, zero, RATE-2 - 127 - 1)) 468 if (!entpool_enter_nostir(P, zero, RATE-2)) 472 if (!entpool_enter_nostir(P, zero, 127)) 474 if (!entpool_enter_nostir(P, zero, RATE-2 - 127 - 1)) 482 /* Test entpool_enter_nostir with empty buffer. * 178 entpool_enter_nostir(struct entpool *P, const void *buf, size_t len) function in typeref:typename:bool [all...] |