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

  /external/chromium_org/remoting/tools/
runclient.py 32 authinfo = auth.readlines()
34 username = authinfo[0].rstrip()
35 authtoken = authinfo[1].rstrip()
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.c 826 sctp_free_authinfo(sctp_authinfo_t *authinfo)
828 if (authinfo == NULL)
831 if (authinfo->random != NULL)
832 sctp_free_key(authinfo->random);
833 if (authinfo->peer_random != NULL)
834 sctp_free_key(authinfo->peer_random);
835 if (authinfo->assoc_key != NULL)
836 sctp_free_key(authinfo->assoc_key);
837 if (authinfo->recv_key != NULL)
838 sctp_free_key(authinfo->recv_key)
    [all...]
sctp_auth.h 165 extern void sctp_free_authinfo(sctp_authinfo_t *authinfo);
sctp_output.c 3390 struct sctp_authinfo authinfo; local
    [all...]
sctp_structs.h 1113 sctp_authinfo_t authinfo; \/* randoms, cached keys *\/ member in struct:sctp_association
    [all...]
sctp_pcb.c     [all...]
sctputil.c     [all...]
sctp_usrreq.c     [all...]
  /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 555 milliseconds