Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
void
249
arc4random_buf(void *ptr, size_t len)
250
{
251
252
arc4rand(ptr, len, 0);
253
}
Callers
8
randombytes_sysrandom_buf
Function · 0.50
randombytes_salsa20_random_stir
Function · 0.50
randombytes_buf
Function · 0.50
pf_tcp_iss
Function · 0.50
sysctl_bootid
Function · 0.50
sppp_chap_scr
Function · 0.50
key_random
Function · 0.50
esp_output
Function · 0.50
Calls
1
arc4rand
Function · 0.70
Tested by
no test coverage detected