cprng_fast.c | 68 static void cprng_fast_buf_short(void *, size_t); 196 cprng_fast_buf_short(void *buf, size_t len) 221 cprng_fast_buf_short(seed, sizeof seed); 232 cprng_fast_buf_short(&v, sizeof v); 242 cprng_fast_buf_short(&v, sizeof v); 257 cprng_fast_buf_short(buf, len); 192 cprng_fast_buf_short(void *buf, size_t len) function in typeref:typename:void
|