krb5_c_checksum_length
krb5_c_checksum_length (
krb5_c_checksum_length(NULL, cktype, &cklen);
if (krb5_c_checksum_length(context, ctype, &ret))
code = krb5_c_checksum_length(context, md5cksum.checksum_type, &sumlen);
code = krb5_c_checksum_length(context, md5cksum.checksum_type, &k5_trailerlen);
err = krb5_c_checksum_length(context, cksumtype, &cksumsize);
code = krb5_c_checksum_length(context, md5cksum.checksum_type, &sumlen);
ret = krb5_c_checksum_length(context, cksumtype, &cksumsize);
code = krb5_c_checksum_length(context, CKSUMTYPE_RSA_MD5, &sumlen);
err = krb5_c_checksum_length(ctx->k5_context, cksumtype, &cksumsize);
ret = krb5_c_checksum_length(context, cksumtype, &cksumlen);
ret = krb5_c_checksum_length(context, *cksumtype, &len);
krb5_c_checksum_length,