krb5_c_make_checksum
krb5_c_make_checksum (
ret = krb5_c_make_checksum(context, cksum->cksumtype,
ret = krb5_c_make_checksum(context, 0, tgt_key, KRB5_KEYUSAGE_CAMMAC,
ret = krb5_c_make_checksum(context, 0, server_key, KRB5_KEYUSAGE_CAMMAC,
retval = krb5_c_make_checksum(context, cksumtype, state->armor_key,
ret = krb5_c_make_checksum(context, 0, rock->local_tgt_key,
code = krb5_c_make_checksum(context, req_s4u_user->cksum.checksum_type,
retval = krb5_c_make_checksum(context, 0, reply_key, KRB5_KEYUSAGE_AS_REQ,
ret = krb5_c_make_checksum(context, test->sumtype, kbp, test->usage,
krb5_c_make_checksum(NULL, cktype, &kblock, 0, &block, &sum);
ret = krb5_c_make_checksum(context, ctype, kptr, 0, &input, &cksum);
code = krb5_c_make_checksum(context, CKSUMTYPE_RSA_MD5, 0, 0,
ret = krb5_c_make_checksum(ctx->kctx, 0, &mech->key, usage, &d, &cksum);
retval = krb5_c_make_checksum(ctx, CKSUMTYPE_RSA_MD5, NULL, 0, &tmp,
retval = krb5_c_make_checksum(ctx, CKSUMTYPE_RSA_MD5, NULL, 0,
retval = krb5_c_make_checksum(ctx, CKSUMTYPE_RSA_MD5, NULL, 0, &data,
code = krb5_c_make_checksum(context, cksumtype,
retval = krb5_c_make_checksum(context, 0, state->armor_key,
code = krb5_c_make_checksum(context, CKSUMTYPE_HMAC_MD5_ARCFOUR, key,
code = krb5_c_make_checksum(context, cksumtype, subkey,
ret = krb5_c_make_checksum(context, 0, &tgt->keyblock,
check(krb5_c_make_checksum(NULL, CKSUMTYPE_SHA1, NULL, 0, &d, &cksum));
retval = krb5_c_make_checksum(context, cksumtype, cksum_key,
krb5_c_make_checksum,