Home
last modified time | relevance | path

Searched refs:sectype (Results 1 – 10 of 10) sorted by relevance

/fs/smb/client/
A Dfs_context.c226 ctx->sectype = Unspecified; in cifs_parse_security_flavors()
237 ctx->sectype = Kerberos; in cifs_parse_security_flavors()
243 ctx->sectype = RawNTLMSSP; in cifs_parse_security_flavors()
249 ctx->sectype = NTLMv2; in cifs_parse_security_flavors()
919 if (new_ctx->sectype != old_ctx->sectype) { in smb3_verify_reconfigure_ctx()
943 } else if (old_ctx->sectype == Kerberos) { in smb3_verify_reconfigure_ctx()
A Dconnect.c1592 if (server->ops->select_sectype(server, ctx->sectype) in match_security()
1950 ctx_sec = server->ops->select_sectype(server, ctx->sectype); in match_session()
1951 ses_sec = server->ops->select_sectype(server, ses->sectype); in match_session()
2462 ses->sectype = ctx->sectype; in cifs_get_smb_ses()
4360 ctx->sectype = ses->sectype; in cifs_set_vol_auth()
4363 if (ctx->sectype == Kerberos) in cifs_set_vol_auth()
4397 ctx->sectype = master_tcon->ses->sectype; in cifs_construct_tcon()
A Dfs_context.h243 enum securityEnum sectype; /* sectype requested via mnt opts */ member
A Dcifsglob.h1126 enum securityEnum sectype; /* what security flavor was specified? */ member
2163 static inline char *get_security_type_str(enum securityEnum sectype) in get_security_type_str() argument
2165 switch (sectype) { in get_security_type_str()
A Dcifsfs.c480 if (ses->sectype == Unspecified) { in cifs_show_security()
488 switch (ses->sectype) { in cifs_show_security()
507 if (ses->sectype == Kerberos) in cifs_show_security()
A Dsess.c514 ctx->sectype = ses->sectype; in cifs_ses_add_channel()
1947 type = cifs_select_sectype(server, ses->sectype); in select_sec()
A Dcifs_swn.c141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype); in cifs_swn_send_register_message()
A Dcifs_debug.c575 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
A Dcifssmb.c401 should_set_ext_sec_flag(enum securityEnum sectype) in should_set_ext_sec_flag() argument
403 switch (sectype) { in should_set_ext_sec_flag()
445 if (should_set_ext_sec_flag(ses->sectype)) { in CIFSSMBNegotiate()
A Dsmb2pdu.c1885 type = smb2_select_sectype(server, ses->sectype); in SMB2_select_sec()
2096 ((ses->user_name != NULL) || (ses->sectype == Kerberos))) in SMB2_tcon()

Completed in 677 milliseconds