Home
last modified time | relevance | path

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

/fs/cifs/
Dfs_context.c203 ctx->sectype = Unspecified; in cifs_parse_security_flavors()
214 ctx->sectype = Kerberos; in cifs_parse_security_flavors()
220 ctx->sectype = RawNTLMSSP; in cifs_parse_security_flavors()
226 ctx->sectype = NTLMv2; in cifs_parse_security_flavors()
734 if (new_ctx->sectype != old_ctx->sectype) { in smb3_verify_reconfigure_ctx()
Dconnect.c1250 if (server->ops->select_sectype(server, ctx->sectype) in match_security()
1574 if (ctx->sectype != Unspecified && in match_session()
1575 ctx->sectype != ses->sectype) in match_session()
1589 switch (ses->sectype) { in match_session()
2029 ses->sectype = ctx->sectype; in cifs_get_smb_ses()
3841 ctx->sectype = ses->sectype; in cifs_set_vol_auth()
3844 if (ctx->sectype == Kerberos) in cifs_set_vol_auth()
3877 ctx->sectype = master_tcon->ses->sectype; in cifs_construct_tcon()
Dfs_context.h183 enum securityEnum sectype; /* sectype requested via mnt opts */ member
Dcifsglob.h930 enum securityEnum sectype; /* what security flavor was specified? */ member
1934 static inline char *get_security_type_str(enum securityEnum sectype) in get_security_type_str() argument
1936 switch (sectype) { in get_security_type_str()
Dsess.c228 ctx.sectype = ses->sectype; in cifs_ses_add_channel()
1459 type = cifs_select_sectype(ses->server, ses->sectype); in select_sec()
Dcifsfs.c440 if (ses->sectype == Unspecified) { in cifs_show_security()
448 switch (ses->sectype) { in cifs_show_security()
467 if (ses->sectype == Kerberos) in cifs_show_security()
Dcifs_swn.c141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype); in cifs_swn_send_register_message()
Dcifs_debug.c405 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
Dcifssmb.c462 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()
Dsmb2pdu.c1635 type = smb2_select_sectype(cifs_ses_server(ses), ses->sectype); in SMB2_select_sec()
1843 ((ses->user_name != NULL) || (ses->sectype == Kerberos))) in SMB2_tcon()