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


CSSM_GenerateMacUpdate

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

Purpose

This function updates the staged message authentication code operation.

Format

CSSM_RETURN CSSMAPI CSSM_GenerateMacUpdate (CSSM_CC_HANDLE CCHandle,
                                            const CSSM_DATA_PTR DataBufs,
                                            uint32 DataBufCount)

Parameters

Input

CCHandle
The handle that describes the context of this cryptographic operation used to link to the CSP-managed information.
DataBufs
A pointer to a vector of CSSM_DATA structures that contain the data to be operated on.
DataBufCount
The number of DataBufs.

Return Value

CSSM_OK if the function was successful. CSSM_FAIL if an error occurred. Use CSSM_GetError to determine the exact error.

Related Information

CSSM_GenerateMac
CSSM_GenerateMacInit
CSSM_GenerateMacFinal

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014