kcapi_memset_secure - memset implementation that will not be optimized away by the compiler
Contents
Arguments
s
[in] see memset(3)
c
[in] see memset(3)
n
[in] see memset(3)
Copyright
libkcapi Manual 1.5.0 April 2024 KCAPI_MEMSET_SECURE(3)
Description
The parameters, he logic and the return code is identical to memset(3).
Name
kcapi_memset_secure - memset implementation that will not be optimized away by the compiler
Synopsis
voidkcapi_memset_secure(void*s,intc,size_tn);
