Home
last modified time | relevance | path

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

/fs/cifs/
Dconnect.c1415 vol->sectype = Unspecified; in cifs_parse_security_flavors()
1426 vol->sectype = Kerberos; in cifs_parse_security_flavors()
1432 vol->sectype = RawNTLMSSP; in cifs_parse_security_flavors()
1438 vol->sectype = NTLM; in cifs_parse_security_flavors()
1444 vol->sectype = NTLMv2; in cifs_parse_security_flavors()
1448 vol->sectype = LANMAN; in cifs_parse_security_flavors()
2624 if (server->ops->select_sectype(server, vol->sectype) in match_security()
2893 if (vol->sectype != Unspecified && in match_session()
2894 vol->sectype != ses->sectype) in match_session()
2897 switch (ses->sectype) { in match_session()
[all …]
Dcifsglob.h544 enum securityEnum sectype; /* sectype requested via mnt opts */ member
982 enum securityEnum sectype; /* what security flavor was specified? */ member
Dcifsfs.c398 if (ses->sectype == Unspecified) { in cifs_show_security()
406 switch (ses->sectype) { in cifs_show_security()
Dsess.c1405 type = cifs_select_sectype(ses->server, ses->sectype); in select_sec()
Dcifssmb.c649 should_set_ext_sec_flag(enum securityEnum sectype) in should_set_ext_sec_flag() argument
651 switch (sectype) { in should_set_ext_sec_flag()
689 if (should_set_ext_sec_flag(ses->sectype)) { in CIFSSMBNegotiate()
Dsmb2pdu.c1529 type = smb2_select_sectype(ses->server, ses->sectype); in SMB2_select_sec()
1734 ((ses->user_name != NULL) || (ses->sectype == Kerberos))) in SMB2_tcon()