Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dcore_auth.c71 bool is_authenticated = false; in check_auth() local
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.h105 bool is_authenticated() const { in is_authenticated() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.h105 bool is_authenticated() const { in is_authenticated() function
/external/libva/va/wayland/
Dva_wayland_drm.c47 unsigned int is_authenticated : 1; member
/external/python/cpython3/Lib/urllib/
Drequest.py885 def add_password(self, realm, uri, user, passwd, is_authenticated=False): argument
892 def update_authenticated(self, uri, is_authenticated=False): argument
902 def is_authenticated(self, authuri): member in HTTPPasswordMgrWithPriorAuth