Symbol: authenticated
drivers/gpu/drm/amd/display/modules/hdcp/hdcp1_execution.c
493
status = authenticated(hdcp, event_ctx, input);
drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c
814
status = authenticated(hdcp, event_ctx, input);
drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c
882
status = authenticated(hdcp, event_ctx, input);
drivers/gpu/drm/drm_auth.c
124
file->authenticated = 1;
drivers/gpu/drm/drm_auth.c
179
fpriv->authenticated = 1;
drivers/gpu/drm/drm_debugfs.c
112
priv->authenticated ? 'y' : 'n',
drivers/gpu/drm/drm_file.c
149
file->authenticated = capable(CAP_SYS_ADMIN);
drivers/gpu/drm/drm_ioc32.c
386
file_priv->authenticated,
drivers/gpu/drm/drm_ioctl.c
198
client->auth = file_priv->authenticated;
drivers/gpu/drm/drm_ioctl.c
619
!file_priv->authenticated))
drivers/gpu/drm/drm_ioctl.c
885
file_priv->authenticated, ioctl->name);
drivers/gpu/drm/drm_ioctl.c
924
file_priv->authenticated, cmd, nr);
drivers/gpu/drm/drm_lease.c
562
lessee_priv->authenticated = 1;
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
1024
!file_priv->authenticated) {
drivers/nvme/host/auth.c
1004
if (!chap->authenticated)
drivers/nvme/host/auth.c
1045
chap->authenticated = false;
drivers/nvme/host/auth.c
32
bool authenticated;
drivers/nvme/host/auth.c
642
chap->authenticated = false;
drivers/nvme/host/auth.c
890
chap->authenticated = true;
drivers/nvme/host/auth.c
897
chap->authenticated = false;
drivers/nvme/host/auth.c
991
if (!chap->authenticated)
drivers/nvme/target/auth.c
274
if (!req->sq->authenticated)
drivers/nvme/target/fabrics-cmd-auth.c
220
req->sq->authenticated = true;
drivers/nvme/target/fabrics-cmd-auth.c
224
req->sq->authenticated = true;
drivers/nvme/target/fabrics-cmd-auth.c
29
sq->authenticated = false;
drivers/nvme/target/fabrics-cmd-auth.c
363
req->sq->authenticated = true;
drivers/nvme/target/fabrics-cmd-auth.c
373
req->sq->authenticated = false;
drivers/nvme/target/fabrics-cmd-auth.c
381
req->sq->authenticated = false;
drivers/nvme/target/fabrics-cmd-auth.c
581
req->sq->authenticated = false;
drivers/nvme/target/fabrics-cmd-auth.c
591
req->sq->authenticated = false;
drivers/nvme/target/nvmet.h
159
bool authenticated;
drivers/pci/tsm.c
627
static DEVICE_ATTR_RO(authenticated);
fs/ubifs/auth.c
336
c->authenticated = true;
fs/ubifs/sb.c
545
int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION);
fs/ubifs/sb.c
549
if (c->authenticated && !authenticated) {
fs/ubifs/sb.c
554
if (!c->authenticated && authenticated) {
fs/ubifs/sb.c
560
c->authenticated ? "" : "un");
fs/ubifs/sb.c
562
if (!c->authenticated)
fs/ubifs/ubifs.h
1315
unsigned int authenticated:1;
fs/ubifs/ubifs.h
1532
return (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) && c->authenticated;
include/drm/drm_file.h
175
bool authenticated;
include/linux/usb.h
702
unsigned authenticated:1;
include/net/bluetooth/hci_core.h
1858
u8 addr_type, u8 type, u8 authenticated,
include/net/bluetooth/hci_core.h
203
u8 authenticated;
net/bluetooth/hci_core.c
1284
u8 addr_type, u8 type, u8 authenticated,
net/bluetooth/hci_core.c
1303
key->authenticated = authenticated;
net/bluetooth/hci_debugfs.c
843
&ltk->bdaddr, ltk->bdaddr_type, ltk->authenticated,
net/bluetooth/mgmt.c
7374
u8 type, authenticated;
net/bluetooth/mgmt.c
7392
authenticated = 0x00;
net/bluetooth/mgmt.c
7396
authenticated = 0x01;
net/bluetooth/mgmt.c
7400
authenticated = 0x00;
net/bluetooth/mgmt.c
7404
authenticated = 0x01;
net/bluetooth/mgmt.c
7408
authenticated = 0x00;
net/bluetooth/mgmt.c
7416
le_addr_type(key->addr.type), type, authenticated,
net/bluetooth/mgmt.c
9749
if (ltk->authenticated)
net/bluetooth/mgmt.c
9753
if (ltk->authenticated)
net/bluetooth/smp.c
1259
u8 authenticated;
net/bluetooth/smp.c
1276
authenticated = hcon->sec_level == BT_SECURITY_HIGH;
net/bluetooth/smp.c
1278
SMP_LTK_RESPONDER, authenticated, enc.ltk,
net/bluetooth/smp.c
2492
u8 authenticated;
net/bluetooth/smp.c
2509
authenticated = (hcon->sec_level == BT_SECURITY_HIGH);
net/bluetooth/smp.c
2511
authenticated, smp->tk, smp->enc_key_size,
net/bluetooth/smp.h
165
if (key->authenticated) {