te
Copyright (C) 1998-2003, Carnegie Mellon Univeristy. All Rights Reserved.
Portions Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved
sasl_erasebuffer 3sasl "16 Sep 2003" SASL "SASL man pages"
NAME
sasl_erasebuffer - erase buffer
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
 #include <sasl/saslutil.h> 
 "void sasl_erasebuffer(char *" pass ", "  " unsigned " len "); " 
DESCRIPTION
sasl_erasebuffer erases 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 sasl_erasebuffer() interface returns no return values.
ERRORS
None.