#include #define roundup(x, y) ((((x) + (y) - 1) / (y)) * (y)) typedef uint32_t rng_word_t; static inline void bare_strobe_randomize(uint8_t *ptr, ssize_t len) { int r; r = strobe_randomize(ptr, len); (void)r; }