OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_authenticated
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/common/libva/va/drm/
va_drm_auth.c
55
bool
is_authenticated
= false;
local
58
for (i = 0; !
is_authenticated
; i++) {
61
is_authenticated
= auth && (pid == client_pid || is_local_tid(pid));
63
return
is_authenticated
;
/hardware/intel/common/libva/va/wayland/
va_wayland_drm.c
49
unsigned int
is_authenticated
: 1;
member in struct:va_wayland_drm_context
97
wl_drm_ctx->
is_authenticated
= 1;
129
wl_drm_ctx->
is_authenticated
= 0;
183
wl_drm_ctx->
is_authenticated
= 0;
220
if (!wl_drm_ctx->
is_authenticated
)
/external/autotest/frontend/afe/templates/admin/
base.html
24
{% if user.
is_authenticated
and user.is_staff %}
/external/libmicrohttpd/doc/examples/
tlsauthentication.c
154
is_authenticated
(struct MHD_Connection *connection,
function
226
if (!
is_authenticated
(connection, USER, PASSWORD))
/external/autotest/server/hosts/
paramiko_host.py
129
if not transport.
is_authenticated
():
/external/libmicrohttpd/doc/
libmicrohttpd-tutorial.info
[
all
...]
Completed in 1102 milliseconds