Parameters

The parameter definitions for CSNBCVE.

For the definitions of the return_code, reason_code, exit_data_length, and exit_data parameters, see Parameters common to all verbs.

c_variable_encrypting_key_identifier
Direction: Input
Type: String
A pointer to a string variable containing an operational DES key-token or a key label of an operational DES key-token record. The key token must contain a control vector that specifies a CVARENC key-type.
text_length
Direction: Input
Type: Integer
A pointer to an integer variable containing the length of the plain_text variable and the cipher_text variable.
plain_text
Direction: Input
Type: String
A pointer to is a string variable containing the plaintext to be encrypted.
initialization_vector
Direction: Input
Type: String
A pointer to a string variable containing the 8-byte initialization vector that the verb uses in encrypting the plaintext.
cipher_text
Direction: Output
Type: String
A pointer to a string variable containing the ciphertext returned by the verb.