#include <krb5.h>
krb5_error_code krb5_mk_safe(
krb5_context context,
krb5_auth_context auth_context,
krb5_const krb5_data * userdata,
krb5_data * out_data,
krb5_replay_data * replay_data);
Service Program Name: QSYS/QKRBGSSThe krb5_mk_safe() function creates a Kerberos KRB_SAFE message using data supplied by the application. Messages created by the krb5_mk_safe() routine are integrity-protected. This routine returns an error if the message has been modified.
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 |