'\" t .\" Title: kcapi_memset_secure .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: April 2024 .\" Manual: Programming Interface .\" Source: libkcapi Manual 1.4.0 .\" Language: English .\" .TH "KCAPI_MEMSET_SECURE" "3" "April 2024" "libkcapi Manual 1\&.4\&.0" "Programming Interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" kcapi_memset_secure \- \fBmemset\fR implementation that will not be optimized away by the compiler .SH "SYNOPSIS" .HP \w'void\ kcapi_memset_secure('u .BI "void kcapi_memset_secure(void\ *\ " "s" ", int\ " "c" ", size_t\ " "n" ");" .SH "ARGUMENTS" .PP \fIs\fR .RS 4 [in] see memset(3) .RE .PP \fIc\fR .RS 4 [in] see memset(3) .RE .PP \fIn\fR .RS 4 [in] see memset(3) .RE .SH "DESCRIPTION" .PP The parameters, he logic and the return code is identical to memset(3)\&. .SH "AUTHOR" .PP \fBStephan Mueller\fR <\&smueller@chronox.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br