swrand_add_entropy
static void swrand_add_entropy(uint8_t *ptr, size_t len, uint16_t entropy_est);
swrand_add_entropy((uint8_t *)&ts, sizeof (ts), 0);
swrand_add_entropy((uint8_t *)&now, sizeof (now), 0);
swrand_add_entropy(buf, len, 0);