1KCAPI_MEMSET_SECURE(3) Programming Interface KCAPI_MEMSET_SECURE(3)
2
3
4
6 kcapi_memset_secure - memset implementation that will not be optimized
7 away by the compiler
8
10 void kcapi_memset_secure(void * s, int c, uint32_t n);
11
13 s
14 [in] see memset(3)
15
16 c
17 [in] see memset(3)
18
19 n
20 [in] see memset(3)
21
23 The parameters, he logic and the return code is identical to memset(3).
24
26 Stephan Mueller <smueller@chronox.de>
27 Author.
28
30libkcapi Manual 1.1.5 August 2019 KCAPI_MEMSET_SECURE(3)