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

Function random_harvest_queue

freebsd/sys/random.h:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116void random_harvest_direct_(const void *, u_int, enum random_entropy_source);
117
118static __inline void
119random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin)
120{
121
122 if (hc_source_mask & (1 << origin))
123 random_harvest_queue_(entropy, size, origin);
124}
125
126static __inline void
127random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin)

Callers 6

octeon_rnd_harvestFunction · 0.50
bcm2835_rng_harvestFunction · 0.50
swi_schedFunction · 0.50
tunwrite_l3Function · 0.50
ng_iface_rcvdataFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected