authenticated 95 drivers/gpu/drm/drm_auth.c file->authenticated = 1; authenticated 162 drivers/gpu/drm/drm_auth.c fpriv->authenticated = 1; authenticated 103 drivers/gpu/drm/drm_debugfs.c priv->authenticated ? 'y' : 'n', authenticated 131 drivers/gpu/drm/drm_file.c file->authenticated = capable(CAP_SYS_ADMIN); authenticated 991 drivers/gpu/drm/drm_ioc32.c file_priv->authenticated, authenticated 199 drivers/gpu/drm/drm_ioctl.c client->auth = file_priv->authenticated; authenticated 545 drivers/gpu/drm/drm_ioctl.c !file_priv->authenticated)) authenticated 857 drivers/gpu/drm/drm_ioctl.c file_priv->authenticated, ioctl->name); authenticated 895 drivers/gpu/drm/drm_ioctl.c file_priv->authenticated, cmd, nr); authenticated 567 drivers/gpu/drm/drm_lease.c lessee_priv->authenticated = 1; authenticated 542 drivers/gpu/drm/drm_vm.c if (!priv->authenticated) authenticated 54 drivers/gpu/drm/i915/selftests/mock_drm.c file->authenticated = true; authenticated 190 drivers/gpu/drm/mga/mga_ioc32.c file_priv->authenticated, authenticated 339 drivers/staging/wusbcore/security.c usb_dev->authenticated = 1; authenticated 494 drivers/staging/wusbcore/security.c if (usb_dev->authenticated == 0) { authenticated 547 drivers/staging/wusbcore/security.c || !wusb_dev->usb_dev->authenticated) authenticated 315 drivers/staging/wusbcore/wa-rpipe.c unauth = usb_dev->wusb && !usb_dev->authenticated ? 0x80 : 0; authenticated 352 fs/ubifs/auth.c c->authenticated = true; authenticated 544 fs/ubifs/sb.c int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION); authenticated 548 fs/ubifs/sb.c if (c->authenticated && !authenticated) { authenticated 553 fs/ubifs/sb.c if (!c->authenticated && authenticated) { authenticated 559 fs/ubifs/sb.c c->authenticated ? "" : "un"); authenticated 561 fs/ubifs/sb.c if (!c->authenticated) authenticated 1296 fs/ubifs/ubifs.h unsigned int authenticated:1; authenticated 1511 fs/ubifs/ubifs.h return (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) && c->authenticated; authenticated 168 include/drm/drm_file.h bool authenticated; authenticated 670 include/linux/usb.h unsigned authenticated:1; authenticated 133 include/net/bluetooth/hci_core.h u8 authenticated; authenticated 1110 include/net/bluetooth/hci_core.h u8 addr_type, u8 type, u8 authenticated, authenticated 2492 net/bluetooth/hci_core.c u8 addr_type, u8 type, u8 authenticated, authenticated 2511 net/bluetooth/hci_core.c key->authenticated = authenticated; authenticated 769 net/bluetooth/hci_debugfs.c <k->bdaddr, ltk->bdaddr_type, ltk->authenticated, authenticated 5135 net/bluetooth/mgmt.c u8 type, authenticated; authenticated 5139 net/bluetooth/mgmt.c authenticated = 0x00; authenticated 5143 net/bluetooth/mgmt.c authenticated = 0x01; authenticated 5147 net/bluetooth/mgmt.c authenticated = 0x00; authenticated 5151 net/bluetooth/mgmt.c authenticated = 0x01; authenticated 5155 net/bluetooth/mgmt.c authenticated = 0x00; authenticated 5163 net/bluetooth/mgmt.c le_addr_type(key->addr.type), type, authenticated, authenticated 7109 net/bluetooth/mgmt.c if (ltk->authenticated) authenticated 7113 net/bluetooth/mgmt.c if (ltk->authenticated) authenticated 1275 net/bluetooth/smp.c u8 authenticated; authenticated 1292 net/bluetooth/smp.c authenticated = hcon->sec_level == BT_SECURITY_HIGH; authenticated 1294 net/bluetooth/smp.c SMP_LTK_SLAVE, authenticated, enc.ltk, authenticated 2479 net/bluetooth/smp.c u8 authenticated; authenticated 2496 net/bluetooth/smp.c authenticated = (hcon->sec_level == BT_SECURITY_HIGH); authenticated 2498 net/bluetooth/smp.c authenticated, smp->tk, smp->enc_key_size, authenticated 167 net/bluetooth/smp.h if (key->authenticated) {