Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dconnect.c1224 vol->sectype = Unspecified; in cifs_parse_security_flavors()
1235 vol->sectype = Kerberos; in cifs_parse_security_flavors()
1241 vol->sectype = RawNTLMSSP; in cifs_parse_security_flavors()
1247 vol->sectype = NTLM; in cifs_parse_security_flavors()
1253 vol->sectype = NTLMv2; in cifs_parse_security_flavors()
1257 vol->sectype = LANMAN; in cifs_parse_security_flavors()
2352 if (server->ops->select_sectype(server, vol->sectype) in match_security()
2601 if (vol->sectype != Unspecified && in match_session()
2602 vol->sectype != ses->sectype) in match_session()
2605 switch (ses->sectype) { in match_session()
[all …]
Dcifsglob.h512 enum securityEnum sectype; /* sectype requested via mnt opts */ member
899 enum securityEnum sectype; /* what security flavor was specified? */ member
Dcifsfs.c355 if (ses->sectype == Unspecified) { in cifs_show_security()
363 switch (ses->sectype) { in cifs_show_security()
Dsess.c1400 type = cifs_select_sectype(ses->server, ses->sectype); in select_sec()
Dcifssmb.c558 should_set_ext_sec_flag(enum securityEnum sectype) in should_set_ext_sec_flag() argument
560 switch (sectype) { in should_set_ext_sec_flag()
598 if (should_set_ext_sec_flag(ses->sectype)) { in CIFSSMBNegotiate()
Dsmb2pdu.c1359 type = smb2_select_sectype(ses->server, ses->sectype); in SMB2_select_sec()
1563 ((ses->user_name != NULL) || (ses->sectype == Kerberos))) in SMB2_tcon()