Home
last modified time | relevance | path

Searched defs:is_authenticated (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/tests/
Dcore_auth.c71 bool is_authenticated = false; in check_auth() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.h79 bool is_authenticated() const { in is_authenticated() function
/external/python/cpython3/Lib/urllib/
Drequest.py908 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
915 def update_authenticated(self, uri, is_authenticated=False): argument
925 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth