Index Index for
Section 3
Index Alphabetical
listing for I
Bottom of page Bottom of
page

Initialize(3)

NAME

Initialize - Verify module version (CDSA)

SYNOPSIS

# include <cdsa/cssm.h> CSSM_RETURN CSSMAPI Initialize (uint32 VerMajor, uint32 VerMinor)

LIBRARY

Common Security Services Manager library (libcssm.so)

PARAMETERS

VerMajor (input) The major version number of the CSSM that is invoking this module manager. VerMinor (input) The minor version number of the CSSM that is invoking this module manager.

DESCRIPTION

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.

RETURN VALUE

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

Errors are described in the CDSA technical standard. See CDSA_intro(3). CSSMERR_CSSM_MODULE_MANAGER_INITIALIZE_FAIL

SEE ALSO

Books Intel CDSA Application Developer's Guide (see CDSA_intro(3)) Reference Pages Functions: Terminate(3)

Index Index for
Section 3
Index Alphabetical
listing for I
Top of page Top of
page