Initialize - Verify module version (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMAPI Initialize (uint32 VerMajor, uint32
VerMinor)
Common Security Services Manager library (libcssm.so)
The major version number of the CSSM that is invoking this
module manager. The minor version number of the CSSM that
is invoking this module manager.
This function checks whether the current version of the
module is compatible with the CSSM version specified as
input and performs any module-manager-specific setup
activities.
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_MODULE_MANAGER_INITIALIZE_FAIL
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions: Terminate(3)
Initialize(3)
[ Back ] |