Home
last modified time | relevance | path

Searched refs:trustLevel (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsecurity.c62 unsigned int trustLevel :2; member
122 if (subj->trustLevel == XSecurityClientTrusted) in SecurityDoCheck()
124 if (obj->trustLevel != XSecurityClientTrusted) in SecurityDoCheck()
142 state->trustLevel = XSecurityClientTrusted; in SecurityLabelInitial()
403 unsigned int trustLevel; /* trust level of new auth */ in ProcSecurityGenerateAuthorization() local
437 trustLevel = XSecurityClientUntrusted; in ProcSecurityGenerateAuthorization()
439 trustLevel = *values++; in ProcSecurityGenerateAuthorization()
440 if (trustLevel != XSecurityClientTrusted && in ProcSecurityGenerateAuthorization()
441 trustLevel != XSecurityClientUntrusted) { in ProcSecurityGenerateAuthorization()
442 client->errorValue = trustLevel; in ProcSecurityGenerateAuthorization()
[all …]
H A Dsecuritysrv.h66 unsigned int trustLevel; /* trusted/untrusted */ member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinauth.c128 pAuth->trustLevel = XSecurityClientTrusted; in winGenerateAuthorization()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog31154 client->index, pAuth->id, pAuth->trustLevel, pAuth->timeout,
31158 client->index, pAuth->id, pAuth->trustLevel, pAuth->timeout,