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

Function arc4random_buf

freebsd/libkern/arc4random.c:248–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void
249arc4random_buf(void *ptr, size_t len)
250{
251
252 arc4rand(ptr, len, 0);
253}

Callers 8

randombytes_bufFunction · 0.50
pf_tcp_issFunction · 0.50
sysctl_bootidFunction · 0.50
sppp_chap_scrFunction · 0.50
key_randomFunction · 0.50
esp_outputFunction · 0.50

Calls 1

arc4randFunction · 0.70

Tested by

no test coverage detected