Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ explicit_bzero
Function
explicit_bzero
src/port/explicit_bzero.c:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
#if defined(HAVE_MEMSET_S)
18
19
void
20
explicit_bzero(void *buf, size_t len)
21
{
22
(void) memset_s(buf, len, 0, len);
23
}
24
25
#elif defined(WIN32)
26
Callers
15
BootStrapKmgr
Function · 0.85
InitializeKmgr
Function · 0.85
bzeroKmgrKeys
Function · 0.85
run_ssl_passphrase_command
Function · 0.85
pg_cryptohash_create
Function · 0.85
pg_cryptohash_free
Function · 0.85
pg_hmac_create
Function · 0.85
pg_hmac_free
Function · 0.85
pg_hmac_create
Function · 0.85
pg_hmac_free
Function · 0.85
pg_cryptohash_free
Function · 0.85
kmgr_verify_cluster_key
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected