Searched refs:authenticated (Results 1 – 14 of 14) sorted by relevance
| /drivers/nvme/target/ |
| A D | fabrics-cmd-auth.c | 30 sq->authenticated = false; in nvmet_auth_sq_init() 212 req->sq->authenticated = true; in nvmet_auth_reply() 216 req->sq->authenticated = true; in nvmet_auth_reply() 354 req->sq->authenticated = true; in nvmet_execute_auth_send() 364 req->sq->authenticated = false; in nvmet_execute_auth_send() 372 req->sq->authenticated = false; in nvmet_execute_auth_send() 548 req->sq->authenticated = false; in nvmet_execute_auth_receive() 558 req->sq->authenticated = false; in nvmet_execute_auth_receive()
|
| A D | auth.c | 286 if (!req->sq->authenticated) in nvmet_check_auth_status()
|
| A D | nvmet.h | 159 bool authenticated; member
|
| /drivers/nvme/host/ |
| A D | auth.c | 34 bool authenticated; member 686 chap->authenticated = false; in nvme_auth_free_dhchap() 935 chap->authenticated = true; in nvme_queue_auth_work() 942 chap->authenticated = false; in nvme_queue_auth_work() 1036 if (!chap->authenticated) in nvme_ctrl_auth_work() 1049 if (!chap->authenticated) in nvme_ctrl_auth_work() 1092 chap->authenticated = false; in nvme_auth_init_ctrl()
|
| /drivers/gpu/drm/ |
| A D | drm_ioctl.c | 198 client->auth = file_priv->authenticated; in drm_getclient() 600 !file_priv->authenticated)) in drm_ioctl_permit() 864 file_priv->authenticated, ioctl->name); in drm_ioctl() 903 file_priv->authenticated, cmd, nr); in drm_ioctl()
|
| A D | drm_auth.c | 124 file->authenticated = 1; in drm_authmagic() 179 fpriv->authenticated = 1; in drm_new_set_master()
|
| A D | drm_ioc32.c | 384 file_priv->authenticated, in drm_compat_ioctl()
|
| A D | drm_lease.c | 563 lessee_priv->authenticated = 1; in drm_mode_create_lease_ioctl()
|
| A D | drm_debugfs.c | 112 priv->authenticated ? 'y' : 'n', in drm_clients_info()
|
| A D | drm_file.c | 149 file->authenticated = capable(CAP_SYS_ADMIN); in drm_file_alloc()
|
| /drivers/gpu/drm/amd/display/modules/hdcp/ |
| A D | hdcp1_execution.c | 255 static enum mod_hdcp_status authenticated(struct mod_hdcp *hdcp, in authenticated() function 484 status = authenticated(hdcp, event_ctx, input); in mod_hdcp_hdcp1_execution()
|
| A D | hdcp2_execution.c | 586 static enum mod_hdcp_status authenticated(struct mod_hdcp *hdcp, in authenticated() function 825 status = authenticated(hdcp, event_ctx, input); in mod_hdcp_hdcp2_execution() 893 status = authenticated(hdcp, event_ctx, input); in mod_hdcp_hdcp2_dp_execution()
|
| /drivers/md/ |
| A D | Kconfig | 624 provide authenticated disk encryption or it can be used
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_surface.c | 1024 !file_priv->authenticated) { in vmw_surface_handle_reference()
|
Completed in 44 milliseconds