Searched refs:sectype (Results 1 – 10 of 10) sorted by relevance
203 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()
1250 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()
183 enum securityEnum sectype; /* sectype requested via mnt opts */ member
930 enum securityEnum sectype; /* what security flavor was specified? */ member1934 static inline char *get_security_type_str(enum securityEnum sectype) in get_security_type_str() argument1936 switch (sectype) { in get_security_type_str()
228 ctx.sectype = ses->sectype; in cifs_ses_add_channel()1459 type = cifs_select_sectype(ses->server, ses->sectype); in select_sec()
440 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()
141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype); in cifs_swn_send_register_message()
405 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
462 should_set_ext_sec_flag(enum securityEnum sectype) in should_set_ext_sec_flag() argument464 switch (sectype) { in should_set_ext_sec_flag()502 if (should_set_ext_sec_flag(ses->sectype)) { in CIFSSMBNegotiate()
1635 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()