Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SecurityMode
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.h
281
__le16
SecurityMode
;
member
301
/*
SecurityMode
flags */
454
__le16
SecurityMode
;
member
478
__u8
SecurityMode
;
member
1126
__le16
SecurityMode
;
member
1134
__le16
SecurityMode
;
member
H
A
D
smb2pdu.c
844
req->
SecurityMode
= cpu_to_le16(SMB2_NEGOTIATE_SIGNING_REQUIRED);
in SMB2_negotiate()
846
req->
SecurityMode
= cpu_to_le16(SMB2_NEGOTIATE_SIGNING_ENABLED);
in SMB2_negotiate()
848
req->
SecurityMode
= 0;
in SMB2_negotiate()
919
cifs_dbg(FYI, "mode 0x%x\n", rsp->
SecurityMode
);
in SMB2_negotiate()
954
server->sec_mode = le16_to_cpu(rsp->
SecurityMode
);
in SMB2_negotiate()
1052
pneg_inbuf->
SecurityMode
=
in smb3_validate_negotiate()
1055
pneg_inbuf->
SecurityMode
=
in smb3_validate_negotiate()
1058
pneg_inbuf->
SecurityMode
= 0;
in smb3_validate_negotiate()
1121
if (pneg_rsp->
SecurityMode
!= cpu_to_le16(server->sec_mode))
in smb3_validate_negotiate()
1221
req->
SecurityMode
in SMB2_sess_alloc_buffer()
[all...]
H
A
D
cifspdu.h
524
__le16
SecurityMode
;
member
548
__u8
SecurityMode
;
member
572
/*
SecurityMode
bits */
H
A
D
cifssmb.c
500
server->sec_mode = le16_to_cpu(rsp->
SecurityMode
);
in decode_lanman_negprot_rsp()
658
server->sec_mode = pSMBr->
SecurityMode
;
in CIFSSMBNegotiate()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
399
/*
SecurityMode
flags */
594
__le16
SecurityMode
;
member
608
__le16
SecurityMode
;
member
636
__u8
SecurityMode
;
member
1488
__le16
SecurityMode
;
member
1496
__le16
SecurityMode
;
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
1076
req->
SecurityMode
= cpu_to_le16(SMB2_NEGOTIATE_SIGNING_REQUIRED);
in SMB2_negotiate()
1078
req->
SecurityMode
= cpu_to_le16(SMB2_NEGOTIATE_SIGNING_ENABLED);
in SMB2_negotiate()
1080
req->
SecurityMode
= 0;
in SMB2_negotiate()
1158
cifs_dbg(FYI, "mode 0x%x\n", rsp->
SecurityMode
);
in SMB2_negotiate()
1194
server->sec_mode = le16_to_cpu(rsp->
SecurityMode
);
in SMB2_negotiate()
1292
pneg_inbuf->
SecurityMode
=
in smb3_validate_negotiate()
1295
pneg_inbuf->
SecurityMode
=
in smb3_validate_negotiate()
1298
pneg_inbuf->
SecurityMode
= 0;
in smb3_validate_negotiate()
1362
if (pneg_rsp->
SecurityMode
!= cpu_to_le16(server->sec_mode))
in smb3_validate_negotiate()
1476
req->
SecurityMode
in SMB2_sess_alloc_buffer()
[all...]
H
A
D
cifspdu.h
498
__u8
SecurityMode
;
member
523
/*
SecurityMode
bits */
H
A
D
cifssmb.c
466
server->sec_mode = pSMBr->
SecurityMode
;
in CIFSSMBNegotiate()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2pdu.c
294
rsp->
SecurityMode
= SMB2_NEGOTIATE_SIGNING_ENABLED_LE;
in init_smb2_neg_rsp()
296
rsp->
SecurityMode
|= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE;
in init_smb2_neg_rsp()
1225
conn->cli_sec_mode = le16_to_cpu(req->
SecurityMode
);
in smb2_handle_negotiate()
1245
rsp->
SecurityMode
= SMB2_NEGOTIATE_SIGNING_ENABLED_LE;
in smb2_handle_negotiate()
1250
req->
SecurityMode
& SMB2_NEGOTIATE_SIGNING_REQUIRED_LE)
in smb2_handle_negotiate()
1254
rsp->
SecurityMode
|= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE;
in smb2_handle_negotiate()
1258
conn->srv_sec_mode = le16_to_cpu(rsp->
SecurityMode
);
in smb2_handle_negotiate()
1536
(req->
SecurityMode
& SMB2_NEGOTIATE_SIGNING_REQUIRED))
in ntlm_authenticate()
1623
(req->
SecurityMode
& SMB2_NEGOTIATE_SIGNING_REQUIRED))
in krb5_authenticate()
7482
if (le16_to_cpu(neg_req->
SecurityMode
) !
in fsctl_validate_negotiate_info()
[all...]
Completed in 55 milliseconds