VerifyDevice, CSSM_VerifyDevice, CSP_VerifyDevice - Cause
the cryptographic module to perform a self verification
and integrity check (CDSA)
# include <cdsa/cssm.h>
API: CSSM_RETURN CSSMAPI CSSM_VerifyDevice (CSSM_CSP_HANDLE
CSPHandle, const CSSM_DATA *DeviceCert) SPI:
CSSM_RETURN CSSMCSPI CSP_VerifyDevice (CSSM_CSP_HANDLE
CSPHandle, const CSSM_DATA *DeviceCert)
Common Security Services Manager library (libcssm.so)
The handle that describes the add-in cryptographic service
provider module used to perform this function. If a NULL
handle is specified, CSSM returns error. Pointer to
CSSM_DATA structure that contains data that identifies the
cryptographic device.
This function triggers the cryptographic module to perform
self verification and integrity checking.
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_CSP_DEVICE_VERIFY_FAILED
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
VerifyDevice(3)
[ Back ] |