Simple Authentication Security Layer Library Functions
saslerasebuffer(3SASL)
NAME
saslerasebuffer - erase buffer
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
void saslerasebuffer(char *pass, unsigned len);
DESCRIPTION
Use the saslerasebuffer() interface to erase a security
sensitive buffer or password. The implementation may use
recovery-resistant erase logic.
PARAMETERS
pass A password
len The length of the password
RETURN VALUES
The saslerasebuffer() interface returns no return values.
ERORS
None.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 16 Sep 2003 1
Simple Authentication Security Layer Library Functions
saslerasebuffer(3SASL)
SunOS 5.11 Last change: 16 Sep 2003 2
|