Home
last modified time | relevance | path

Searched refs:authenticated (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v6.6/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt16 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)
Dtls-handshake.rst91 To request an x.509-authenticated TLS session, the consumer fills in
201 authenticated.
/Linux-v6.6/drivers/nvme/target/
Dfabrics-cmd-auth.c30 sq->authenticated = false; in nvmet_auth_sq_init()
168 req->sq->authenticated = true; in nvmet_auth_reply()
299 req->sq->authenticated = true; in nvmet_execute_auth_send()
309 req->sq->authenticated = false; in nvmet_execute_auth_send()
318 req->sq->authenticated = false; in nvmet_execute_auth_send()
490 req->sq->authenticated = false; in nvmet_execute_auth_receive()
500 req->sq->authenticated = false; in nvmet_execute_auth_receive()
Dauth.c258 !req->sq->authenticated) in nvmet_check_auth_status()
Dnvmet.h112 bool authenticated; member
/Linux-v6.6/fs/ubifs/
Dsb.c545 int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION); in authenticate_sb_node() local
549 if (c->authenticated && !authenticated) { in authenticate_sb_node()
554 if (!c->authenticated && authenticated) { in authenticate_sb_node()
560 c->authenticated ? "" : "un"); in authenticate_sb_node()
562 if (!c->authenticated) in authenticate_sb_node()
Dauth.c337 c->authenticated = true; in ubifs_init_authentication()
Dubifs.h1326 unsigned int authenticated:1; member
1543 return (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) && c->authenticated; in ubifs_authenticated()
/Linux-v6.6/Documentation/driver-api/mei/
Dhdcp.rst18 upon request ME FW will configure the port as authenticated and supply
/Linux-v6.6/drivers/gpu/drm/
Ddrm_ioctl.c199 client->auth = file_priv->authenticated; in drm_getclient()
538 !file_priv->authenticated)) in drm_ioctl_permit()
863 file_priv->authenticated, ioctl->name); in drm_ioctl()
902 file_priv->authenticated, cmd, nr); in drm_ioctl()
Ddrm_auth.c125 file->authenticated = 1; in drm_authmagic()
182 fpriv->authenticated = 1; in drm_new_set_master()
Ddrm_debugfs.c106 priv->authenticated ? 'y' : 'n', in drm_clients_info()
Ddrm_vm.c534 if (!priv->authenticated) in drm_mmap_locked()
Ddrm_lease.c563 lessee_priv->authenticated = 1; in drm_mode_create_lease_ioctl()
Ddrm_file.c167 file->authenticated = capable(CAP_SYS_ADMIN); in drm_file_alloc()
/Linux-v6.6/Documentation/filesystems/
Dubifs-authentication.rst245 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
/Linux-v6.6/arch/arm64/crypto/
DKconfig278 authenticated encryption mode (NIST SP800-38C)
294 authenticated encryption mode (NIST SP800-38C)
309 GCM (Galois/Counter Mode) authenticated encryption mode (NIST SP800-38D)
/Linux-v6.6/net/bluetooth/
Dsmp.h167 if (key->authenticated) { in smp_ltk_sec_level()
Dsmp.c1284 u8 authenticated; in smp_distribute_keys() local
1301 authenticated = hcon->sec_level == BT_SECURITY_HIGH; in smp_distribute_keys()
1303 SMP_LTK_RESPONDER, authenticated, enc.ltk, in smp_distribute_keys()
2532 u8 authenticated; in smp_cmd_initiator_ident() local
2549 authenticated = (hcon->sec_level == BT_SECURITY_HIGH); in smp_cmd_initiator_ident()
2551 authenticated, smp->tk, smp->enc_key_size, in smp_cmd_initiator_ident()
/Linux-v6.6/include/drm/
Ddrm_file.h174 bool authenticated; member
/Linux-v6.6/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp1_execution.c255 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()
Dhdcp2_execution.c561 static enum mod_hdcp_status authenticated(struct mod_hdcp *hdcp, in authenticated() function
801 status = authenticated(hdcp, event_ctx, input); in mod_hdcp_hdcp2_execution()
869 status = authenticated(hdcp, event_ctx, input); in mod_hdcp_hdcp2_dp_execution()
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Ddm-crypt.rst32 This format is mainly used for specification of authenticated modes.
43 Examples of authenticated modes::
/Linux-v6.6/arch/powerpc/crypto/
DKconfig106 GCM (Galois/Counter Mode) authenticated encryption mode (NIST SP800-38D)
/Linux-v6.6/crypto/
DKconfig717 KW (AES Key Wrap) authenticated encryption mode (NIST SP800-38F
792 menu "AEAD (authenticated encryption with associated data) ciphers"
829 authenticated encryption mode (NIST SP800-38C)
839 GCM (Galois/Counter Mode) authenticated encryption mode and GMAC
890 template, and that the IV appears at the end of the authenticated

12