z/OS Cryptographic Services System SSL Programming
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


gsk_copy_attributes_signers()

z/OS Cryptographic Services System SSL Programming
SC14-7495-00

Copies a gsk_attributes_signers structure.

Format

   #include <gskcms.h>

   gsk_status gsk_copy_attributes_signers (
                                            gsk_attributes_signers *  in_attributesSigners,
                                            gsk_attributes_signers *  out_attributesSigners)

Parameters

in_attributesSigners
Specifies the source gsk_attributes_signers structure.
out_attributesSigners
Specifies the destination gsk_attributes_signers structure. The application should call the gsk_free_attributes_signers() routine when the gsk_attributes_signers structure is no longer needed.

Results

The function return value will be 0 if no error is detected. Otherwise, it will be one of the return codes listed in the gskcms.h include file. This is a possible error:
[CMSERR_NO_MEMORY]
Insufficient storage is available.

Usage

The gsk_copy_attributes_signers() routine will allocate the output gsk_attributes_signers structure and then copy the input gsk_attributes_signers structure to the output gsk_attributes_signers structure. Storage for the base gsk_attributes_signers structure (in_attributesSigners) is provided by the application.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014