memset implementation that will not be optimized away by the compiler
void kcapi_memset_secure(void * s, int c, size_t n);
s
c
n
The parameters, he logic and the return code is identical to memset(3).
Stephan Mueller <smueller@chronox.de>