CSSM_VerifyComponents
CSSM_RETURN CSSMAPI CSSM_VerifyComponents
(void)
This function performs an integrity check on all the components of CSSM to insure no tampering has occurred since installation.
None
A CSSM_TRUE return value signifies that all components verified successfully. When CSSM_FALSE is returned, either the verification failed or an error occurred. Use CSSM_GetError to obtain the error code.
- CSSM_VERIFY_COMPONENTS_FAILED
Unable to verify components.
- CSSM_INTEGRITY_COMPROMISED
Integrity check failed.
Contents | Next section | Index |