table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
MEMZERO_EXPLICIT(9) | Basic C Library Functions | MEMZERO_EXPLICIT(9) |
NAME¶
memzero_explicit - Fill a region of memory (e.g. sensitive keying data) with 0s.SYNOPSIS¶
void
memzero_explicit(void * s,
size_t count);
ARGUMENTS¶
sPointer to the start of the area.
count
The size of the area.
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |