MCPcopy 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
23void
24explicit_bzero(void *buf, size_t len)
25{
26 memset(buf, 0, len);
27 __explicit_bzero_hook(buf, len);
28}

Callers 15

SHA512_FinalFunction · 0.85
SHA512_224_FinalFunction · 0.85
SHA512_256_FinalFunction · 0.85
SHA384_FinalFunction · 0.85
SHA256_FinalFunction · 0.85
SHA224_FinalFunction · 0.85
crypto_mac_initFunction · 0.85
crypto_mac_finalFunction · 0.85
secure_zero_memoryFunction · 0.85
sodium_memzeroFunction · 0.85
ossl_processFunction · 0.85

Calls 2

memsetFunction · 0.85
__explicit_bzero_hookFunction · 0.85

Tested by

no test coverage detected