krb5_c_checksum_length
if (krb5_c_checksum_length(context, ctype, &ret))
ret = krb5_c_checksum_length(context, *cksumtype, &len);
code = krb5_c_checksum_length(context, CKSUMTYPE_RSA_MD5, &md5len);
code = krb5_c_checksum_length(context, ctx->cksumtype,
code = krb5_c_checksum_length(context, ctx->cksumtype,
code = krb5_c_checksum_length(context, CKSUMTYPE_RSA_MD5, &sumlen);
if ((ret = krb5_c_checksum_length(context, cksum->checksum_type, &hashsize)))
krb5_c_checksum_length
code = krb5_c_checksum_length(context, md5cksum.checksum_type, &sumlen);
code = krb5_c_checksum_length(context, md5cksum.checksum_type, &sumlen);