MCPcopy 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
19void
20explicit_bzero(void *buf, size_t len)
21{
22 (void) memset_s(buf, len, 0, len);
23}
24
25#elif defined(WIN32)
26

Callers 15

BootStrapKmgrFunction · 0.85
InitializeKmgrFunction · 0.85
bzeroKmgrKeysFunction · 0.85
pg_cryptohash_createFunction · 0.85
pg_cryptohash_freeFunction · 0.85
pg_hmac_createFunction · 0.85
pg_hmac_freeFunction · 0.85
pg_hmac_createFunction · 0.85
pg_hmac_freeFunction · 0.85
pg_cryptohash_freeFunction · 0.85
kmgr_verify_cluster_keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected