Searched defs:authp (Results 1 - 2 of 2) sorted by relevance

/external/openssl/ssl/
H A Dd1_clnt.c1072 krb5_data authenticator, *authp = NULL; local
1088 authp = NULL;
1090 if (KRB5SENDAUTH) authp = &authenticator;
1093 krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp,
1141 if (authp && authp->length)
1143 s2n(authp->length,p);
1144 memcpy(p, authp->data, authp->length);
1145 p+= authp
[all...]
H A Ds3_clnt.c2629 krb5_data authenticator, *authp = NULL; local
2645 authp = NULL;
2647 if (KRB5SENDAUTH) authp = &authenticator;
2650 krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp,
2698 if (authp && authp->length)
2700 s2n(authp->length,p);
2701 memcpy(p, authp->data, authp->length);
2702 p+= authp
[all...]

Completed in 93 milliseconds