Home
last modified time | relevance | path

Searched refs:kttype (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dadd_cred.c205 char *kttype, ktboth[1024]; local
235 kttype = krb5_kt_get_type(context, cred->keytab);
236 if ((strlen(kttype)+2) > sizeof(ktboth)) {
246 strncpy(ktboth, kttype, sizeof(ktboth) - 1);