|
CSSM_Unintroduce(3)
Contents
|
CSSM_Unintroduce - Remove module (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSM_Unintroduce (const CSSM_GUID *ModuleID)
Common Security Services Manager library (libcssm.so)
The CSSM_GUID of the calling library or other library that
can call CDSA interfaces. The GUID is used to locate the
module integrity and privilege information. If the ModuleID
is NULL, then the caller will be unintroduced.
The CSSM_Unintroduce() function removes the module referenced
by ModuleID from the list of module information
maintained by the CSSM framework.
A caller can unintroduce modules other than itself if the
caller has been previously introduced.
A CSSM_RETURN value indicating success or specifying a
particular error condition. The value CSSM_OK indicates
success. All other values represent an error condition.
Errors are described in the CDSA technical standard. See
CDSA_intro(3). CSSMERR_CSSM_INVALID_GUID
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
CSSM_Unintroduce(3)
[ Back ] |