etype_string
printf(" (%s) " , etype_string(entry.key.enctype));
static char *etype_string(krb5_enctype );
etype_string(cred->keyblock.enctype));
printf("%s ", etype_string(tkt->enc_part.enctype));
etype_string(key_data[i].key.enctype), keytab_str);
static char *etype_string(krb5_enctype enctype);
etype_string(KRBv5Credentials.keyblock.enctype, sestype, sizeof(sestype));
etype_string(tkt->enc_part.enctype, tkttype, sizeof(tkttype));