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

  /external/libppp/src/
auth.c 388 struct authinfo *authp = (struct authinfo *)vauthp; local
390 timer_Stop(&authp->authtimer);
391 if (--authp->retry > 0) {
392 authp->id++;
393 (*authp->fn.req)(authp);
394 timer_Start(&authp->authtimer);
397 datalink_AuthNotOk(authp->physical->dl);
402 auth_Init(struct authinfo *authp, struct physical *p, auth_func req,
405 memset(authp, '\0', sizeof(struct authinfo))
    [all...]
pap.c 83 pap_Req(struct authinfo *authp)
85 struct bundle *bundle = authp->physical->dl->bundle;
99 lh.id = authp->id;
109 link_PushPacket(&authp->physical->link, bp, bundle,
110 LINK_QUEUES(&authp->physical->link) - 1, PROTO_PAP);
114 SendPapCode(struct authinfo *authp, int code, const char *message)
122 lh.id = authp->id;
138 link_PushPacket(&authp->physical->link, bp, authp->physical->dl->bundle,
139 LINK_QUEUES(&authp->physical->link) - 1, PROTO_PAP)
183 struct authinfo *authp = &p->dl->pap; local
    [all...]
  /external/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 2391 krb5_data authenticator, *authp = NULL; local
    [all...]

Completed in 894 milliseconds