skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API FunctionsAPI Functions
go to previous page: CSP_EventNotifyCSP_EventNotify
go to next page: CSSM_ChangeKeyAclCSSM_ChangeKeyAcl
end of book navigation links


cssm_CcToHandle
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

cssm_CcToHandle - Get the module attach handle (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI cssm_CcToHandle(CSSM_CC_HANDLE Cc,CSSM_MODULE_HANDLE_PTR ModuleHandle)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

Cc (input) A handle identifying a cryptographic context.
ModuleHandle (output)
 A service provider's module attach handle. Thisvalue will be set to CSSM_INVALID_HANDLE if the function fails.


return to top DESCRIPTION  

This function returns the module attach handle identifyingthe service module that is managing the specified cryptographiccontext.

The entry point to this function is provided to a servicemodule in a table of upcall functions passedto the service provider during module attach processing.

If the PVC checking for service providers is on, the serviceprovider has to introduce itself before calling this function.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide


go to previous page: CSP_EventNotifyCSP_EventNotify
go to next page: CSSM_ChangeKeyAclCSSM_ChangeKeyAcl