Home
last modified time | relevance | path

Searched refs:is_authenticated (Results 1 – 7 of 7) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dtlsauthentication.c154 is_authenticated (struct MHD_Connection *connection, in is_authenticated() function
226 if (!is_authenticated (connection, USER, PASSWORD)) in answer_to_connection()
/external/libxcam/xcore/
Ddrm_display.cpp93 if (_fd >= 0 && !is_authenticated (_fd, DEFAULT_DRM_BUSID)) { in DrmDisplay()
152 if (!is_authenticated (fd, dev_path)) { in open_driver()
162 DrmDisplay::is_authenticated (int fd, const char *msg) in is_authenticated() function in XCam::DrmDisplay
Ddrm_display.h119 bool is_authenticated (int fd, const char *msg);
/external/python/cpython3/Doc/library/
Durllib.request.rst333 database of ``uri -> is_authenticated`` mappings. Can be used by a
346 supported. If *passwd_mgr* also provides ``is_authenticated`` and
349 ``is_authenticated`` result for a given URI to determine whether or not to
350 send authentication credentials with the request. If ``is_authenticated``
351 returns ``True`` for the URI, credentials are sent. If ``is_authenticated``
355 ``is_authenticated`` ``True`` for the URI, so that subsequent requests to
360 Added ``is_authenticated`` support.
922 passwd, is_authenticated=False)
925 :meth:`HTTPPasswordMgr.add_password`. *is_authenticated* sets the initial
926 value of the ``is_authenticated`` flag for the given URI or list of URIs.
[all …]
/external/python/cpython3/Lib/urllib/
Drequest.py916 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
917 self.update_authenticated(uri, is_authenticated)
923 def update_authenticated(self, uri, is_authenticated=False): argument
931 self.authenticated[reduced_uri] = is_authenticated
933 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth
997 not self.passwd.is_authenticated(req.full_url)):
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1611 None, request_url, user, password, is_authenticated=True)
1613 is_auth = pwd_manager.is_authenticated(request_url)
1636 is_auth = pwd_manager.is_authenticated(request_url)
1648 is_auth = pwd_manager.is_authenticated(request_url)
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info4087 is_authenticated (struct MHD_Connection *connection,
4159 if (!is_authenticated (connection, USER, PASSWORD))