Lines Matching full:auth
59 /* ssl/kssl.c -- Routines to support (& debug) Kerberos5 auth for openssl
1503 printf("\tstart/auth/end times: %d / %d / %d\n",
1998 KRB5_AUTHENTBODY *auth = NULL;
2106 if ((auth = (KRB5_AUTHENTBODY *) d2i_KRB5_AUTHENT(NULL, &p,
2116 if (k_gmtime(auth->ctime, &tm_time) &&
2129 if (auth && auth->ctime && auth->ctime->length && auth->ctime->data)
2130 printf("%.*s\n", auth->ctime->length, auth->ctime->data);
2135 if (auth) KRB5_AUTHENT_free((KRB5_AUTHENT *) auth);