1KCAPI_MEMSET_SECURE(3)       Programming Interface      KCAPI_MEMSET_SECURE(3)
2
3
4

NAME

6       kcapi_memset_secure - memset implementation that will not be optimized
7       away by the compiler
8

SYNOPSIS

10       void kcapi_memset_secure(void * s, int c, size_t n);
11

ARGUMENTS

13       s
14           [in] see memset(3)
15
16       c
17           [in] see memset(3)
18
19       n
20           [in] see memset(3)
21

DESCRIPTION

23       The parameters, he logic and the return code is identical to memset(3).
24

AUTHOR

26       Stephan Mueller <smueller@chronox.de>
27           Author.
28
30libkcapi Manual 1.3.1              July 2021            KCAPI_MEMSET_SECURE(3)
Impressum