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

Function arc4random_buf

lib/ff_compat.c:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void
382arc4random_buf(void *ptr, size_t len)
383{
384 arc4rand(ptr, len, 0);
385}
386
387int
388fubyte(volatile const void *base)

Callers 1

link_getaddrFunction · 0.50

Calls 1

arc4randFunction · 0.70

Tested by

no test coverage detected