Home | History | Annotate | Download | only in ssl

Lines Matching full:authp

1051                         krb5_data	authenticator, *authp = NULL;
1067 authp = NULL;
1069 if (KRB5SENDAUTH) authp = &authenticator;
1072 krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp,
1120 if (authp && authp->length)
1122 s2n(authp->length,p);
1123 memcpy(p, authp->data, authp->length);
1124 p+= authp->length;
1125 n+= authp->length + 2;
1127 free(authp->data);
1128 authp->data = NULL;
1129 authp->length = 0;