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
607
!file_priv->authenticated))
drivers/gpu/drm/drm_ioctl.c
872
file_priv->authenticated, ioctl->name);
drivers/gpu/drm/drm_ioctl.c
911
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
1041
if (!chap->authenticated)
drivers/nvme/host/auth.c
1054
if (!chap->authenticated)
drivers/nvme/host/auth.c
1096
chap->authenticated = false;
drivers/nvme/host/auth.c
34
bool authenticated;
drivers/nvme/host/auth.c
691
chap->authenticated = false;
drivers/nvme/host/auth.c
940
chap->authenticated = true;
drivers/nvme/host/auth.c
947
chap->authenticated = false;
drivers/nvme/target/auth.c
286
if (!req->sq->authenticated)
drivers/nvme/target/fabrics-cmd-auth.c
213
req->sq->authenticated = true;
drivers/nvme/target/fabrics-cmd-auth.c
217
req->sq->authenticated = true;
drivers/nvme/target/fabrics-cmd-auth.c
30
sq->authenticated = false;
drivers/nvme/target/fabrics-cmd-auth.c
355
req->sq->authenticated = true;
drivers/nvme/target/fabrics-cmd-auth.c
365
req->sq->authenticated = false;
drivers/nvme/target/fabrics-cmd-auth.c
373
req->sq->authenticated = false;
drivers/nvme/target/fabrics-cmd-auth.c
549
req->sq->authenticated = false;
drivers/nvme/target/fabrics-cmd-auth.c
559
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
701
unsigned authenticated:1;
include/net/bluetooth/hci_core.h
1858
u8 addr_type, u8 type, u8 authenticated,
include/net/bluetooth/hci_core.h
206
u8 authenticated;
net/bluetooth/hci_core.c
1324
u8 addr_type, u8 type, u8 authenticated,
net/bluetooth/hci_core.c
1343
key->authenticated = authenticated;
net/bluetooth/hci_debugfs.c
846
&ltk->bdaddr, ltk->bdaddr_type, ltk->authenticated,
net/bluetooth/mgmt.c
7315
u8 type, authenticated;
net/bluetooth/mgmt.c
7333
authenticated = 0x00;
net/bluetooth/mgmt.c
7337
authenticated = 0x01;
net/bluetooth/mgmt.c
7341
authenticated = 0x00;
net/bluetooth/mgmt.c
7345
authenticated = 0x01;
net/bluetooth/mgmt.c
7349
authenticated = 0x00;
net/bluetooth/mgmt.c
7357
le_addr_type(key->addr.type), type, authenticated,
net/bluetooth/mgmt.c
9636
if (ltk->authenticated)
net/bluetooth/mgmt.c
9640
if (ltk->authenticated)
net/bluetooth/smp.c
1282
u8 authenticated;
net/bluetooth/smp.c
1299
authenticated = hcon->sec_level == BT_SECURITY_HIGH;
net/bluetooth/smp.c
1301
SMP_LTK_RESPONDER, authenticated, enc.ltk,
net/bluetooth/smp.c
2525
u8 authenticated;
net/bluetooth/smp.c
2542
authenticated = (hcon->sec_level == BT_SECURITY_HIGH);
net/bluetooth/smp.c
2544
authenticated, smp->tk, smp->enc_key_size,
net/bluetooth/smp.h
168
if (key->authenticated) {