HomeSort by: relevance | last modified time | path
    Searched defs:authenticated (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp1_execution.c 253 static enum mod_hdcp_status authenticated(struct mod_hdcp *hdcp, function in typeref:enum:mod_hdcp_status
483 status = authenticated(hdcp, event_ctx, input);
amdgpu_hdcp2_execution.c 560 static enum mod_hdcp_status authenticated(struct mod_hdcp *hdcp, function in typeref:enum:mod_hdcp_status
803 status = authenticated(hdcp, event_ctx, input);
871 status = authenticated(hdcp, event_ctx, input);
  /src/lib/libtelnet/
auth.c 86 static Authenticator *authenticated = 0; variable in typeref:typename:Authenticator *
155 authenticated = 0;
502 if (!(authenticated = ap))
503 authenticated = &NoAuth;
525 while (!authenticated)
534 if (!authenticated || authenticated == &NoAuth)
540 if (authenticated->status)
541 validuser = (*authenticated->status)(authenticated,
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_file.h 169 * @authenticated:
172 * nodes means it must be authenticated.
177 bool authenticated; member in struct:drm_file
240 /** @magic: Authentication magic, see @authenticated. */
  /src/libexec/rlogind/
rlogind.c 243 int authenticated = 0; local in function:doit
380 authenticated++;
400 if (authenticated)
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 545 int authenticated; member in struct:drm_file

Completed in 18 milliseconds