Searched refs:sectype (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c95 u32 *sectype = (u32 *) buffer; local
96 u32 *seclen = sectype + 1;
98 *sectype = strlen(authentication) > 0 ? 1 : 0;
/linux-master/fs/smb/client/
H A Dfs_context.h200 enum securityEnum sectype; /* sectype requested via mnt opts */ member in struct:smb3_fs_context
H A Dfs_context.c211 ctx->sectype = Unspecified;
222 ctx->sectype = Kerberos;
228 ctx->sectype = RawNTLMSSP;
234 ctx->sectype = NTLMv2;
824 if (new_ctx->sectype != old_ctx->sectype) {
848 } else if (old_ctx->sectype == Kerberos) {
H A Dconnect.c1487 * The select_sectype function should either return the ctx->sectype
1488 * that was specified, or "Unspecified" if that sectype was not
1491 if (server->ops->select_sectype(server, ctx->sectype)
1867 if (ctx->sectype != Unspecified &&
1868 ctx->sectype != ses->sectype)
1881 switch (ses->sectype) {
2341 ses->sectype = ctx->sectype;
3994 ctx->sectype
[all...]
H A Dsess.c562 ctx->sectype = ses->sectype;
1965 type = cifs_select_sectype(server, ses->sectype);
H A Dcifsglob.h1084 enum securityEnum sectype; /* what security flavor was specified? */ member in struct:cifs_ses
2147 static inline char *get_security_type_str(enum securityEnum sectype) argument
2149 switch (sectype) {
H A Dcifsfs.c464 if (ses->sectype == Unspecified) {
472 switch (ses->sectype) {
491 if (ses->sectype == Kerberos)
H A Dcifs_swn.c141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype);
H A Dcifs_debug.c518 get_security_type_str(server->ops->select_sectype(server, ses->sectype)));
H A Dcifssmb.c385 should_set_ext_sec_flag(enum securityEnum sectype) argument
387 switch (sectype) {
426 if (should_set_ext_sec_flag(ses->sectype)) {
H A Dsmb2pdu.c1236 * ses->sectype = RawNTLMSSP;
1871 type = smb2_select_sectype(server, ses->sectype);
2082 ((ses->user_name != NULL) || (ses->sectype == Kerberos)))
/linux-master/drivers/bluetooth/
H A Dbtmtk.c38 __le32 sectype; member in struct:btmtk_section_map
48 __le32 sectype; member in struct:btmtk_section_map::__anon5::__anon6
/linux-master/drivers/nvme/target/
H A Dconfigfs.c203 port->disc_addr.tsas.tcp.sectype == NVMF_TCP_SECTYPE_TLS13) {
352 static void nvmet_port_init_tsas_tcp(struct nvmet_port *port, int sectype) argument
354 port->disc_addr.tsas.tcp.sectype = sectype;
404 if (port->disc_addr.tsas.tcp.sectype == nvmet_addr_tsas_tcp[i].type)
421 u8 sectype; local
432 sectype = nvmet_addr_tsas_tcp[i].type;
441 if (sectype == NVMF_TCP_SECTYPE_TLS13) {
452 nvmet_port_init_tsas_tcp(port, sectype);
456 if (sectype
[all...]
H A Dtcp.c1895 if (queue->port->nport->disc_addr.tsas.tcp.sectype ==
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h375 u32 sectype:2; member in struct:tx_desc_92c
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtl8723b_xmit.h84 u32 sectype:2; member in struct:txdesc_8723b
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.h575 u32 sectype:2; member in struct:tx_desc
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.h412 u32 sectype:2; member in struct:tx_desc_92d
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.h639 u32 sectype:2; member in struct:tx_desc_88e
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h377 u32 sectype:2; member in struct:tx_desc_8723e
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.h484 u32 sectype:2; member in struct:tx_desc_8723be
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.h490 u32 sectype:2; member in struct:tx_desc_8821ae
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c2519 u8 sectype = 0; local
2527 sectype = 1;
2531 sectype = 3;
2539 return sectype;
2614 ptxdesc->sectype = fill_txdesc_sectype(pattrib);
/linux-master/include/linux/
H A Dnvme.h1496 __u8 sectype; member in struct:nvmf_disc_rsp_page_entry::tsas::tcp

Completed in 338 milliseconds