/Linux-v5.15/drivers/platform/x86/dell/dell-wmi-sysman/ |
D | sysman.c | 95 u32 *sectype = (u32 *) buffer; in populate_security_buffer() local 96 u32 *seclen = sectype + 1; in populate_security_buffer() 98 *sectype = strlen(authentication) > 0 ? 1 : 0; in populate_security_buffer()
|
/Linux-v5.15/fs/cifs/ |
D | fs_context.c | 202 ctx->sectype = Unspecified; in cifs_parse_security_flavors() 213 ctx->sectype = Kerberos; in cifs_parse_security_flavors() 219 ctx->sectype = RawNTLMSSP; in cifs_parse_security_flavors() 225 ctx->sectype = NTLMv2; in cifs_parse_security_flavors() 688 if (new_ctx->sectype != old_ctx->sectype) { in smb3_verify_reconfigure_ctx()
|
D | fs_context.h | 181 enum securityEnum sectype; /* sectype requested via mnt opts */ member
|
D | connect.c | 1202 if (server->ops->select_sectype(server, ctx->sectype) in match_security() 1511 if (ctx->sectype != Unspecified && in match_session() 1512 ctx->sectype != ses->sectype) in match_session() 1522 switch (ses->sectype) { in match_session() 1947 ses->sectype = ctx->sectype; in cifs_get_smb_ses() 3884 ctx->sectype = ses->sectype; in cifs_set_vol_auth() 3887 if (ctx->sectype == Kerberos) in cifs_set_vol_auth() 3920 ctx->sectype = master_tcon->ses->sectype; in cifs_construct_tcon()
|
D | cifsglob.h | 912 enum securityEnum sectype; /* what security flavor was specified? */ member 1910 static inline char *get_security_type_str(enum securityEnum sectype) in get_security_type_str() argument 1912 switch (sectype) { in get_security_type_str()
|
D | sess.c | 209 ctx.sectype = ses->sectype; in cifs_ses_add_channel() 1431 type = cifs_select_sectype(ses->server, ses->sectype); in select_sec()
|
D | cifsfs.c | 430 if (ses->sectype == Unspecified) { in cifs_show_security() 438 switch (ses->sectype) { in cifs_show_security() 457 if (ses->sectype == Kerberos) in cifs_show_security()
|
D | cifs_swn.c | 141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype); in cifs_swn_send_register_message()
|
D | cifs_debug.c | 402 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
|
D | cifssmb.c | 462 should_set_ext_sec_flag(enum securityEnum sectype) in should_set_ext_sec_flag() argument 464 switch (sectype) { in should_set_ext_sec_flag() 502 if (should_set_ext_sec_flag(ses->sectype)) { in CIFSSMBNegotiate()
|
D | smb2pdu.c | 1621 type = smb2_select_sectype(cifs_ses_server(ses), ses->sectype); in SMB2_select_sec() 1830 ((ses->user_name != NULL) || (ses->sectype == Kerberos))) in SMB2_tcon()
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.h | 375 u32 sectype:2; member
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.h | 412 u32 sectype:2; member
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.h | 377 u32 sectype:2; member
|
/Linux-v5.15/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 2527 u8 sectype = 0; in fill_txdesc_sectype() local 2535 sectype = 1; in fill_txdesc_sectype() 2539 sectype = 3; in fill_txdesc_sectype() 2547 return sectype; in fill_txdesc_sectype() 2622 ptxdesc->sectype = fill_txdesc_sectype(pattrib); in rtl8723b_fill_default_txdesc()
|
/Linux-v5.15/drivers/staging/rtl8723bs/include/ |
D | rtl8723b_xmit.h | 84 u32 sectype:2; member
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | trx.h | 484 u32 sectype:2; member
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.h | 490 u32 sectype:2; member
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.h | 639 u32 sectype:2; member
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.h | 575 u32 sectype:2; member
|
/Linux-v5.15/drivers/bluetooth/ |
D | btusb.c | 2185 __le32 sectype; member 2195 __le32 sectype; member
|