#include <krb5.h>
krb5_error_code krb5_random_confounder(
krb5_context context,
int buffer_size,
krb5_pointer output_buffer);
Service Program Name: QSYS/QKRBGSSThe krb5_random_confounder() function creates a random value that can be used as a confounder when encrypting data. A confounder is used to initialize the encryption block chaining value so the encrypted result is different each time a data value is encrypted, even when the data value and encryption key are not changed.
No authorities are required.
If no errors occur, the return value is 0. Otherwise, a Kerberos error code is returned.
| Message ID | Error Message Text |
|---|---|
| CPE3418 E | Possible APAR condition or hardware failure. |
| Top | Security APIs UNIX-Type APIs | APIs by category |