z/OS Open Cryptographic Services Facility Application Programming
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


CSSM_VerifyDataFinal

z/OS Open Cryptographic Services Facility Application Programming
SC24-5899-01

Purpose

This function finalizes the staged verify data function.

Format

CSSM_BOOL CSSMAPI CSSM_VerifyDataFinal (CSSM_CC_HANDLE CCHandle,const CSSM_DATA_PTR Signature)

Parameters

Input

CCHandle
The handle that describes the context of this cryptographic operation used to link to the CSP-managed information.
Signature
A pointer to a CSSM_DATA structure that contains the starting address for the signature to verify against and the length of the signature in bytes.

Return Value

A CSSM_TRUE return value signifies the signature was successfully verified. When CSSM_FALSE is returned, either the signature was not successfully verified or an error has occurred. Use CSSM_GetError to obtain the error code.

Related Information

CSSM_VerifyData
CSSM_VerifyDataInit
CSSM_VerifyDataUpdate

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014