Searched refs:authp (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dpap.c85 pap_Req(struct authinfo *authp) argument
87 struct bundle *bundle = authp->physical->dl->bundle;
101 lh.id = authp->id;
111 link_PushPacket(&authp->physical->link, bp, bundle,
112 LINK_QUEUES(&authp->physical->link) - 1, PROTO_PAP);
116 SendPapCode(struct authinfo *authp, int code, const char *message) argument
124 lh.id = authp->id;
140 link_PushPacket(&authp->physical->link, bp, authp->physical->dl->bundle,
141 LINK_QUEUES(&authp
145 pap_Success(struct authinfo *authp) argument
169 pap_Failure(struct authinfo *authp) argument
185 struct authinfo *authp = &p->dl->pap; local
[all...]
H A Dauth.c392 struct authinfo *authp = (struct authinfo *)vauthp; local
394 timer_Stop(&authp->authtimer);
395 if (--authp->retry > 0) {
396 authp->id++;
397 (*authp->fn.req)(authp);
398 timer_Start(&authp->authtimer);
401 datalink_AuthNotOk(authp->physical->dl);
406 auth_Init(struct authinfo *authp, struct physical *p, auth_func req, argument
409 memset(authp, '\
420 auth_StartReq(struct authinfo *authp) argument
434 auth_StopTimer(struct authinfo *authp) argument
440 auth_ReadHeader(struct authinfo *authp, struct mbuf *bp) argument
463 auth_ReadName(struct authinfo *authp, struct mbuf *bp, size_t len) argument
[all...]
H A Dchap.c489 chap_ChallengeInit(struct authinfo *authp) argument
491 struct chap *chap = auth2chap(authp);
495 len = strlen(authp->physical->dl->bundle->cfg.auth.name);
502 if (*authp->physical->dl->bundle->radius.cfg.file) {
511 if (authp->physical->link.lcp.want_authtype == 0x80)
513 else if (authp->physical->link.lcp.want_authtype == 0x81)
521 memcpy(cp, authp->physical->dl->bundle->cfg.auth.name, len);
526 chap_Challenge(struct authinfo *authp) argument
528 struct chap *chap = auth2chap(authp);
532 authp
551 chap_Success(struct authinfo *authp) argument
591 chap_Failure(struct authinfo *authp) argument
[all...]
H A Dradius.c895 radius_Authenticate(struct radius *r, struct authinfo *authp, const char *name, argument
949 switch (authp->physical->link.lcp.want_auth) {
962 switch (authp->physical->link.lcp.want_authtype) {
1018 authp->physical->link.lcp.want_authtype);
1027 if (Enabled(authp->physical->dl->bundle, OPT_NAS_IP_ADDRESS) &&
1037 if (Enabled(authp->physical->dl->bundle, OPT_NAS_IDENTIFIER) &&
1053 radius_put_physical_details(r, authp->physical);
1057 r->cx.auth = authp;
/freebsd-11-stable/contrib/tnftp/src/
H A Dfetch.c1047 char **authp; local
1051 authp = &wwwauth;
1055 authp = &proxyauth;
1059 if (verbose || *authp == NULL ||
1067 if (*authp != NULL) {
1081 if (auth_url(auth, authp, auser, apass) == 0) {
1084 memset(*authp, 0, strlen(*authp));
1085 FREEPTR(*authp);
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c2608 krb5_data authenticator, *authp = NULL; local
2623 authp = NULL;
2626 authp = &authenticator;
2629 krb5rc = kssl_cget_tkt(kssl_ctx, &enc_ticket, authp, &kssl_err);
2675 if (authp && authp->length) {
2676 s2n(authp->length, p);
2677 memcpy(p, authp->data, authp->length);
2678 p += authp
[all...]
/freebsd-11-stable/usr.sbin/ctld/
H A Dlogin.c282 struct chap *chap, const struct auth **authp)
334 *authp = auth;
281 login_receive_chap_r(struct connection *conn, struct auth_group *ag, struct chap *chap, const struct auth **authp) argument

Completed in 106 milliseconds