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

  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_clnt.c 1051 krb5_data authenticator, *authp = NULL; local
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
    [all...]
s3_clnt.c 2408 krb5_data authenticator, *authp = NULL; local
    [all...]
  /external/openssl/ssl/
d1_clnt.c 1059 krb5_data authenticator, *authp = NULL; local
1075 authp = NULL;
1077 if (KRB5SENDAUTH) authp = &authenticator;
1080 krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp,
1128 if (authp && authp->length)
1130 s2n(authp->length,p);
1131 memcpy(p, authp->data, authp->length);
1132 p+= authp->length
    [all...]
s3_clnt.c 2487 krb5_data authenticator, *authp = NULL; local
    [all...]

Completed in 98 milliseconds