Home
last modified time | relevance | path

Searched refs:ktboth (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
236 if ((strlen(kttype)+2) > sizeof(ktboth)) {
246 strncpy(ktboth, kttype, sizeof(ktboth) - 1);
247 ktboth[sizeof(ktboth) - 1] = '\0';
248 strncat(ktboth, ":", sizeof(ktboth) - 1 - strlen(ktboth));
251 ktboth+strlen(ktboth),
252 sizeof(ktboth)-strlen(ktboth));
264 code = krb5_kt_resolve(context, ktboth, &new_cred->keytab);