Home | History | Annotate | Download | only in ssl

Lines Matching defs:authp

2165 			krb5_data	authenticator, *authp = NULL;
2181 authp = NULL;
2183 if (KRB5SENDAUTH) authp = &authenticator;
2186 krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp,
2234 if (authp && authp->length)
2236 s2n(authp->length,p);
2237 memcpy(p, authp->data, authp->length);
2238 p+= authp->length;
2239 n+= authp->length + 2;
2241 free(authp->data);
2242 authp->data = NULL;
2243 authp->length = 0;