96C73ABE   Encrypted message is too small.

Explanation

A request to decrypt a message failed because the message length is less than the minimum length for an encrypted message or the result buffer is smaller than the source buffer. A request to encrypt a message failed because the result buffer is too small. This error can also occur if the length of the initial vector is not correct for the requested encryption algorithm.

User response

For an error during decryption,ensure that the message has not been modified, and then retry the request. For an error during encryption, call the krb5_c_encrypt_length() routine to determine the required length for the result buffer. Contact your service representative if the error persists.