/kernel/linux/linux-5.10/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 16 alt authenticated/authenticating already 43 mac80211->driver: sta_state(AP, authenticated) 49 alt authenticated or associated 53 alt not previously authenticated (FT) 57 mac80211->driver: sta_state(AP, authenticated) 89 mac80211->driver: sta_state(AP,authenticated)
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | sb.c | 542 int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION); in authenticate_sb_node() local 546 if (c->authenticated && !authenticated) { in authenticate_sb_node() 551 if (!c->authenticated && authenticated) { in authenticate_sb_node() 557 c->authenticated ? "" : "un"); in authenticate_sb_node() 559 if (!c->authenticated) in authenticate_sb_node()
|
D | auth.c | 338 c->authenticated = true; in ubifs_init_authentication()
|
D | ubifs.h | 1298 unsigned int authenticated:1; member 1514 return (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) && c->authenticated; in ubifs_authenticated()
|
/kernel/linux/linux-5.10/Documentation/driver-api/mei/ |
D | hdcp.rst | 18 upon request ME FW will configure the port as authenticated and supply
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_ioctl.c | 200 client->auth = file_priv->authenticated; in drm_getclient() 552 !file_priv->authenticated)) in drm_ioctl_permit() 868 file_priv->authenticated, ioctl->name); in drm_ioctl() 906 file_priv->authenticated, cmd, nr); in drm_ioctl()
|
D | drm_auth.c | 95 file->authenticated = 1; in drm_authmagic() 152 fpriv->authenticated = 1; in drm_new_set_master()
|
D | drm_debugfs.c | 104 priv->authenticated ? 'y' : 'n', in drm_clients_info()
|
D | drm_lease.c | 603 lessee_priv->authenticated = 1; in drm_mode_create_lease_ioctl()
|
D | drm_vm.c | 539 if (!priv->authenticated) in drm_mmap_locked()
|
D | drm_file.c | 169 file->authenticated = capable(CAP_SYS_ADMIN); in drm_file_alloc()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | ubifs-authentication.rst | 245 stored on flash are authenticated. That is: 326 The journal is authenticated too. Since the journal is continuously written 328 journal so that in case of a powercut not too much data can't be authenticated. 333 of the hash chain. That way a journal can be authenticated up to the last 335 node cannot be authenticated and is skipped during journal replay. 365 node is authenticated with a HMAC as described above, it is not possible to 380 node. Since the master node itself is authenticated, the LPTs authenticity can 392 to verify authenticated nodes and generate new HMACs for changes. 425 In certain cases where a vendor wants to provide an authenticated filesystem
|
D | fsverity.rst | 50 read-only partition that is itself authenticated by dm-verity) can 663 extremely inefficient. Alternatively, a different authenticated 664 dictionary structure such as an "authenticated skiplist" could
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_file.h | 169 bool authenticated; member
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | smp.h | 167 if (key->authenticated) { in smp_ltk_sec_level()
|
D | smp.c | 1276 u8 authenticated; in smp_distribute_keys() local 1293 authenticated = hcon->sec_level == BT_SECURITY_HIGH; in smp_distribute_keys() 1295 SMP_LTK_SLAVE, authenticated, enc.ltk, in smp_distribute_keys() 2518 u8 authenticated; in smp_cmd_master_ident() local 2535 authenticated = (hcon->sec_level == BT_SECURITY_HIGH); in smp_cmd_master_ident() 2537 authenticated, smp->tk, smp->enc_key_size, in smp_cmd_master_ident()
|
D | mgmt.c | 6007 u8 type, authenticated; in load_long_term_keys() local 6019 authenticated = 0x00; in load_long_term_keys() 6023 authenticated = 0x01; in load_long_term_keys() 6027 authenticated = 0x00; in load_long_term_keys() 6031 authenticated = 0x01; in load_long_term_keys() 6035 authenticated = 0x00; in load_long_term_keys() 6043 le_addr_type(key->addr.type), type, authenticated, in load_long_term_keys() 8059 if (ltk->authenticated) in mgmt_ltk_type() 8063 if (ltk->authenticated) in mgmt_ltk_type()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp1_execution.c | 246 static enum mod_hdcp_status authenticated(struct mod_hdcp *hdcp, in authenticated() function 476 status = authenticated(hdcp, event_ctx, input); in mod_hdcp_hdcp1_execution()
|
D | hdcp2_execution.c | 553 static enum mod_hdcp_status authenticated(struct mod_hdcp *hdcp, in authenticated() function 796 status = authenticated(hdcp, event_ctx, input); in mod_hdcp_hdcp2_execution() 864 status = authenticated(hdcp, event_ctx, input); in mod_hdcp_hdcp2_dp_execution()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/ |
D | mga_ioc32.c | 190 file_priv->authenticated, in mga_compat_ioctl()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 32 This format is mainly used for specification of authenticated modes. 43 Examples of authenticated modes::
|
D | verity.rst | 147 has been authenticated in some way (cryptographic signatures, etc).
|
/kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/ |
D | tsx_async_abort.rst | 30 allow an authenticated user to potentially enable
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci_core.h | 186 u8 authenticated; member 1273 u8 addr_type, u8 type, u8 authenticated,
|
/kernel/linux/linux-5.10/include/linux/ |
D | usb.h | 672 unsigned authenticated:1; member
|