OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authinfo
(Results
1 - 12
of
12
) sorted by null
/external/libppp/src/
pap.h
37
struct
authinfo
;
39
extern void pap_Init(struct
authinfo
*, struct physical *);
auth.h
33
struct
authinfo
;
34
typedef void (*auth_func)(struct
authinfo
*);
36
struct
authinfo
{
struct
59
extern void auth_Init(struct
authinfo
*, struct physical *,
61
extern void auth_StopTimer(struct
authinfo
*);
62
extern void auth_StartReq(struct
authinfo
*);
67
extern struct mbuf *auth_ReadHeader(struct
authinfo
*, struct mbuf *);
68
extern struct mbuf *auth_ReadName(struct
authinfo
*, struct mbuf *, size_t);
radius.h
46
struct
authinfo
*auth; /* Tell this about success/failure */
113
extern int radius_Authenticate(struct radius *, struct
authinfo
*,
chap.h
49
struct
authinfo
auth;
pap.c
83
pap_Req(struct
authinfo
*authp)
114
SendPapCode(struct
authinfo
*authp, int code, const char *message)
143
pap_Success(struct
authinfo
*authp)
167
pap_Failure(struct
authinfo
*authp)
174
pap_Init(struct
authinfo
*pap, struct physical *p)
183
struct
authinfo
*authp = &p->dl->pap;
auth.c
388
struct
authinfo
*authp = (struct
authinfo
*)vauthp;
402
auth_Init(struct
authinfo
*authp, struct physical *p, auth_func req,
405
memset(authp, '\0', sizeof(struct
authinfo
));
416
auth_StartReq(struct
authinfo
*authp)
430
auth_StopTimer(struct
authinfo
*authp)
436
auth_ReadHeader(struct
authinfo
*authp, struct mbuf *bp)
459
auth_ReadName(struct
authinfo
*authp, struct mbuf *bp, size_t len)
datalink.h
116
struct
authinfo
pap; /* Authentication using pap */
chap.c
487
chap_ChallengeInit(struct
authinfo
*authp)
524
chap_Challenge(struct
authinfo
*authp)
549
chap_Success(struct
authinfo
*authp)
589
chap_Failure(struct
authinfo
*authp)
radius.c
893
radius_Authenticate(struct radius *r, struct
authinfo
*authp, const char *name,
[
all
...]
/external/chromium_org/remoting/tools/
runclient.py
32
authinfo
= auth.readlines()
34
username =
authinfo
[0].rstrip()
35
authtoken =
authinfo
[1].rstrip()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py
59
authinfo
= urllib2.HTTPBasicAuthHandler()
60
authinfo
.add_password(realm='PDQ Application',
68
opener = urllib2.build_opener(proxy_support,
authinfo
, urllib2.CacheFTPHandler)
773
for uris,
authinfo
in domains.iteritems():
776
return
authinfo
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py
59
authinfo
= urllib2.HTTPBasicAuthHandler()
60
authinfo
.add_password(realm='PDQ Application',
68
opener = urllib2.build_opener(proxy_support,
authinfo
, urllib2.CacheFTPHandler)
773
for uris,
authinfo
in domains.iteritems():
776
return
authinfo
[
all
...]
Completed in 84 milliseconds