HomeSort by relevance Sort by last modified time
    Searched refs:authp (Results 1 - 2 of 2) sorted by null

  /external/openssl/ssl/
d1_clnt.c 1072 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->length
    [all...]
s3_clnt.c 2629 krb5_data authenticator, *authp = NULL; local
    [all...]

Completed in 1482 milliseconds