|
CSSM_SetContext(3)
Contents |
CSSM_SetContext - Replace all context information (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMAPI CSSM_SetContext (CSSM_CC_HANDLE CCHandle,
const CSSM_CONTEXT *Context)
Common Security Services Manager library (libcssm.so)
The handle to the context. The context data describing
the service to replace the current service associated with
context handle CCHandle.
This function replaces all context information associated
with an existing context specified by CCHandle. The contents
of the basic context structure and all attributes
included in that structure are replaced by the context
structure and attribute values contained in the Context
input parameter .
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_ATTRIBUTE CSSMERR_CSSM_INVALID_CONTEXT_HANDLE
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions: CSSM_GetContext(3)
CSSM_SetContext(3)
[ Back ] |