Index Index for
Section 3
Index Alphabetical
listing for C
Bottom of page Bottom of
page

CSSM_Unintroduce(3)

NAME

CSSM_Unintroduce - Remove module (CDSA)

SYNOPSIS

# include <cdsa/cssm.h> CSSM_RETURN CSSM_Unintroduce (const CSSM_GUID *ModuleID)

LIBRARY

Common Security Services Manager library (libcssm.so)

PARAMETERS

ModuleID (input) 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.

DESCRIPTION

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.

RETURN VALUE

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

Errors are described in the CDSA technical standard. See CDSA_intro(3). CSSMERR_CSSM_INVALID_GUID

SEE ALSO

Intel CDSA Application Developer's Guide (see CDSA_intro(3))

Index Index for
Section 3
Index Alphabetical
listing for C
Top of page Top of
page