|
CSSM_SPI_ModuleDetach(3)
Contents |
CSSM_SPI_ModuleDetach - Notify service module of a context
event (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMSPI CSSM_SPI_ModuleDetach (CSSM_MODULE_HANDLE
ModuleHandle)
Common Security Services Manager library (libcssm.so)
The CSSM_HANDLE value associated with the attach session
being terminated by this function.
This function is invoked by CSSM once for each invocation
of CSSM_ModuleDetach() specifying the attach-session identified
by ModuleHandle. The function entry point for
CSSM_SPI_ModuleDetach is included in the module function
table CSSM_MODULE_FUNCS returned to CSSM as output of a
successful CSSM_SPI_ModuleAttach.
The service module must perform all cleanup operations
associated with the specified attach handle.
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).
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions: CSSM_SPI_ModuleAttach(3), CSSM_SPI_ModuleUnload(3)
CSSM_SPI_ModuleDetach(3)
[ Back ] |