Home | History | Annotate | Download | only in ssl

Lines Matching refs:authp

2392 			krb5_data	authenticator, *authp = NULL;
2408 authp = NULL;
2410 if (KRB5SENDAUTH) authp = &authenticator;
2413 krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp,
2461 if (authp && authp->length)
2463 s2n(authp->length,p);
2464 memcpy(p, authp->data, authp->length);
2465 p+= authp->length;
2466 n+= authp->length + 2;
2468 free(authp->data);
2469 authp->data = NULL;
2470 authp->length = 0;