HP Open Source Security for OpenVMS Volume 1: Common Data Security Architecture > CDSA API FunctionsEncryptDataInitP
SYNOPSIS# include <cssm.h>
PARAMETERS
See CSSM_EncryptDataInit for other parameters. DESCRIPTIONThis function is similar to CSSM_EncryptDataInit(). It also accepts a USEE tag as a privilege request parameter. CSSM checks that either its privilege set or the application's privilege set (if the application is signed) includes the tag. If the tag is found and the service provider privilege set indicates that it is supported, the tag is forwarded to the service provider. For staged operations using privilege initialization functions CSSM_EncryptDataInitP(), the completion functions CSSM_EncryptDataUpdate() and CSSM_EncryptDataFinalize() are used. |