 |
Index for Section 3 |
|
 |
Alphabetical listing for G |
|
 |
Bottom of page |
|
GetOperationalStatistics(3)
NAME
GetOperationalStatistics, CSSM_CSP_GetOperationalStatistics,
CSP_GetOperationalStatistics - Get operational values of a subservice
(CDSA)
SYNOPSIS
# include <cdsa/cssm.h>
API:
CSSM_RETURN CSSMAPI CSSM_CSP_GetOperationalStatistics
(CSSM_CSP_HANDLE CSPHandle,
CSSM_CSP_OPERATIONAL_STATISTICS *Statistics)
SPI:
CSSM_RETURN CSSMCSPI CSSM_CSP_GetOperationalStatistics
(CSSM_CSP_HANDLE CSPHandle,
CSSM_CSP_OPERATIONAL_STATISTICS *Statistics)
LIBRARY
Common Security Services Manager library (libcssm.so)
PARAMETERS
CSPHandle (input)
Handle of the cryptographic service provider that will perform the
operation.
Statistics (output)
Structure containing the subservice's current statistics.
DESCRIPTION
Obtain the current operational values of a subservice. The information is
returned in a structure of type CSSM_CSP_OPERATIONAL_STATISTICS. This
information includes login status and available storage space. The data
structure to hold the returned results must be provided by the caller. The
CSP does not allocate memory on behalf of the caller.
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).
None specific to this call.
SEE ALSO
Books
Intel CDSA Application Developer's Guide (see CDSA_intro(3))
Reference Pages
 |
Index for Section 3 |
|
 |
Alphabetical listing for G |
|
 |
Top of page |
|