Searched refs:sectype (Results 1 – 10 of 10) sorted by relevance
226 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()
1592 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()
243 enum securityEnum sectype; /* sectype requested via mnt opts */ member
1126 enum securityEnum sectype; /* what security flavor was specified? */ member2163 static inline char *get_security_type_str(enum securityEnum sectype) in get_security_type_str() argument2165 switch (sectype) { in get_security_type_str()
480 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()
514 ctx->sectype = ses->sectype; in cifs_ses_add_channel()1947 type = cifs_select_sectype(server, ses->sectype); in select_sec()
141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype); in cifs_swn_send_register_message()
575 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
401 should_set_ext_sec_flag(enum securityEnum sectype) in should_set_ext_sec_flag() argument403 switch (sectype) { in should_set_ext_sec_flag()445 if (should_set_ext_sec_flag(ses->sectype)) { in CIFSSMBNegotiate()
1885 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