Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ explicit_bzero
Function
explicit_bzero
freebsd/libkern/explicit_bzero.c:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void
24
explicit_bzero(void *buf, size_t len)
25
{
26
memset(buf, 0, len);
27
__explicit_bzero_hook(buf, len);
28
}
Callers
15
SHA512_Final
Function · 0.85
SHA512_224_Final
Function · 0.85
SHA512_256_Final
Function · 0.85
SHA384_Final
Function · 0.85
SHA256_Final
Function · 0.85
SHA224_Final
Function · 0.85
crypto_mac_init
Function · 0.85
crypto_mac_final
Function · 0.85
freebsd_crypt_freesession
Function · 0.85
secure_zero_memory
Function · 0.85
sodium_memzero
Function · 0.85
ossl_process
Function · 0.85
Calls
2
memset
Function · 0.85
__explicit_bzero_hook
Function · 0.85
Tested by
no test coverage detected