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: CSSM_CSP_CreateDeriveKeyContextCSSM_CSP_CreateDeriveKeyContext
go to next page: CSSM_CSP_CreateKeyGenContextCSSM_CSP_CreateKeyGenContext
end of book navigation links


CSSM_CSP_CreateDigestContext
Library
Description
See Also
 Parameters
Return Value

NAME

CSSM_CSP_CreateDigestContext - Create a digest cryptographic context (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_CSP_CreateDigestContext(CSSM_CSP_HANDLE CSPHandle,CSSM_ALGORITHMS AlgorithmID,CSSM_CC_HANDLE *NewContextHandle)


return to top LIBRARY  

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


return to top PARAMETERS  

CSPHandle (input)
 The handle that describes the add-in CryptographicService Provider module used to perform this function. If a NULLhandle is specified, CSSM returns error.
AlgorithmID (input)
 The algorithm identification number for messagedigests.
NewContextHandle (output)
 Cryptographic context handle.


return to top DESCRIPTION  

This function creates a digest cryptographic context, givena handle of a CSP and an algorithm identification number. The cryptographiccontext handle is returned. The cryptographic context handle canbe used to call digest cryptographic functions.


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 SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: CSSM_DigestData, CSSM_DigestDataInit, CSSM_DigestDataUpdate, CSSM_DigestDataFinal, CSSM_GetContext, CSSM_SetContext, CSSM_DeleteContext, CSSM_GetContextAttribute, CSSM_UpdateContextAttributes


go to previous page: CSSM_CSP_CreateDeriveKeyContextCSSM_CSP_CreateDeriveKeyContext
go to next page: CSSM_CSP_CreateKeyGenContextCSSM_CSP_CreateKeyGenContext