MCPcopy Create free account
hub / github.com/F-Stack/f-stack / random_harvest_direct

Function random_harvest_direct

freebsd/sys/random.h:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static __inline void
135random_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)

Callers 1

device_attachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected