z/OS Cryptographic Services ICSF Application Programmer's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Parameters

z/OS Cryptographic Services ICSF Application Programmer's Guide
SA22-7522-16

return_code
Direction: OutputType: Integer

The return code specifies the general result of the callable service. Appendix A. ICSF and TSS Return and Reason Codes lists the return codes.

reason_code
Direction: OutputType: Integer

The reason code specifies the result of the callable service that is returned to the application program. Each return code has different reason codes that indicate specific processing problems. Appendix A. ICSF and TSS Return and Reason Codes lists the reason codes.

exit_data_length
Direction: Input/OutputType: Integer

The length of the data that is passed to the installation exit. The length can be from X'00000000' to X'7FFFFFFF' (2 gigabytes). The data is identified in the exit_data parameter.

exit_data
Direction: Input/OutputType: String

The data that is passed to the installation exit.

rule_array_count
Direction: InputType: Integer

The number of keywords you are supplying in the rule_array parameter. This number must be 0.

rule_array
Direction: InputType: String

Currently no rule_array keywords are defined for this service, but you still must specify this parameter.

source_key_identifier
Direction: Input/OutputType: String

A 64-byte string of the internal token, external token or key label that contains the DATA key to transform. Token markings on this key token are ignored.

kek_key_identifier
Direction: Input/OutputType: String

A 64-byte string of the internal token or a key label of a key encrypting key under which the source_key_identifier is encrypted.

Note:
If you supply a label for this parameter, the label must be unique in the CKDS.
target_key_identifier
Direction: OutputType: String

A 64-byte string where the internal token or external token of the transformed shortened DES key is returned. The internal token is marked as DES.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014