kcapi_memset_secure - Man Page
memset implementation that will not be optimized away by the compiler
Synopsis
void kcapi_memset_secure(void * s, int c, size_t n);
Arguments
s
[in] see memset(3)
c
[in] see memset(3)
n
[in] see memset(3)
Description
The parameters, he logic and the return code is identical to memset(3).
Author
Stephan Mueller <smueller@chronox.de>
Author.
Copyright
Info
August 2024 libkcapi Manual 1.5.0 Programming Interface