[an error occurred while processing this directive]
krb5_error_code krb5_c_verify_checksum ( krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *data, const krb5_checksum *cksum, krb5_Boolean *valid );
The context structure.
The key used to create the data in cksum.
The key usage.
Data.
The checksum to verify.
Non-zero if the checksum verified correctly; zero if it did not.
This routine verifies the checksum of data in cksum that was created with a key using the key usage usage.
This routine returns the following KRB5 status codes: