| 132 | } |
| 133 | |
| 134 | static __inline void |
| 135 | random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) |
| 136 | { |
| 137 | |
| 138 | if (hc_source_mask & (1 << origin)) |
| 139 | random_harvest_direct_(entropy, size, origin); |
| 140 | } |
| 141 | #else |
| 142 | #define random_harvest_queue(a, b, c) do {} while (0) |
| 143 | #define random_harvest_fast(a, b, c) do {} while (0) |