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:negflavor
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsencrypt.c
631
if (ses->server->
negflavor
== CIFS_NEGFLAVOR_EXTENDED)
in CalcNTLMv2_response()
664
if (ses->server->
negflavor
== CIFS_NEGFLAVOR_EXTENDED) {
in setup_ntlmv2_rsp()
H
A
D
cifsglob.h
735
char
negflavor
; /* NEGOTIATE response flavor */
member
H
A
D
cifssmb.c
648
server->
negflavor
= CIFS_NEGFLAVOR_LANMAN;
in CIFSSMBNegotiate()
678
server->
negflavor
= CIFS_NEGFLAVOR_UNENCAP;
in CIFSSMBNegotiate()
683
server->
negflavor
= CIFS_NEGFLAVOR_EXTENDED;
in CIFSSMBNegotiate()
688
server->
negflavor
= CIFS_NEGFLAVOR_UNENCAP;
in CIFSSMBNegotiate()
H
A
D
sess.c
796
switch (server->
negflavor
) {
in cifs_select_sectype()
H
A
D
smb2pdu.c
947
/* SMB2 only has an extended
negflavor
*/
in SMB2_negotiate()
948
server->
negflavor
= CIFS_NEGFLAVOR_EXTENDED;
in SMB2_negotiate()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsencrypt.c
667
if (ses->server->
negflavor
== CIFS_NEGFLAVOR_EXTENDED)
in CalcNTLMv2_response()
705
if (ses->server->
negflavor
== CIFS_NEGFLAVOR_EXTENDED) {
in setup_ntlmv2_rsp()
H
A
D
cifsglob.h
719
char
negflavor
; /* NEGOTIATE response flavor */
member
H
A
D
sess.c
1295
switch (server->
negflavor
) {
in cifs_select_sectype()
H
A
D
cifssmb.c
486
server->
negflavor
= CIFS_NEGFLAVOR_UNENCAP;
in CIFSSMBNegotiate()
491
server->
negflavor
= CIFS_NEGFLAVOR_EXTENDED;
in CIFSSMBNegotiate()
496
server->
negflavor
= CIFS_NEGFLAVOR_UNENCAP;
in CIFSSMBNegotiate()
H
A
D
smb2pdu.c
1187
/* SMB2 only has an extended
negflavor
*/
in SMB2_negotiate()
1188
server->
negflavor
= CIFS_NEGFLAVOR_EXTENDED;
in SMB2_negotiate()
Completed in 42 milliseconds