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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 251 if headername == 'authentication-info':
408 # Then we also need a list of URIs that have already demanded authentication
414 class Authentication(object):
448 class BasicAuthentication(Authentication):
450 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
458 class DigestAuthentication(Authentication):
462 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
500 if not response.has_key('authentication-info'):
507 updated_challenge = _parse_www_authenticate(response, 'authentication-info').get('digest', {})
515 class HmacDigestAuthentication(Authentication)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 52 milliseconds