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:Preauth_HashValue
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/mgmt/
H
A
D
user_session.h
27
__u8
Preauth_HashValue
[PREAUTH_HASHVALUE_SIZE];
member
47
__u8 *
Preauth_HashValue
;
member
H
A
D
user_session.c
154
kfree(sess->
Preauth_HashValue
);
in ksmbd_session_destroy()
301
memcpy(sess->
Preauth_HashValue
, conn->preauth_info->
Preauth_HashValue
,
in ksmbd_preauth_session_alloc()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
auth.c
822
d.context.iov_base = preauth_sess->
Preauth_HashValue
;
in ksmbd_gen_smb311_signingkey()
824
d.context.iov_base = sess->
Preauth_HashValue
;
in ksmbd_gen_smb311_signingkey()
905
d->context.iov_base = sess->
Preauth_HashValue
;
in ksmbd_gen_smb311_encryptionkey()
911
d->context.iov_base = sess->
Preauth_HashValue
;
in ksmbd_gen_smb311_encryptionkey()
H
A
D
smb2pdu.h
44
__u8
Preauth_HashValue
[SMB2_PREAUTH_HASH_SIZE];
member
H
A
D
smb2pdu.c
1191
conn->preauth_info->
Preauth_HashValue
);
in smb2_handle_negotiate()
1277
if (sess->
Preauth_HashValue
)
in alloc_preauth_hash()
1280
sess->
Preauth_HashValue
= kmemdup(conn->preauth_info->
Preauth_HashValue
,
in alloc_preauth_hash()
1282
if (!sess->
Preauth_HashValue
)
in alloc_preauth_hash()
1307
preauth_hash = preauth_sess->
Preauth_HashValue
;
in generate_preauth_hash()
1309
if (!sess->
Preauth_HashValue
)
in generate_preauth_hash()
1312
preauth_hash = sess->
Preauth_HashValue
;
in generate_preauth_hash()
1824
kfree(sess->
Preauth_HashValue
);
in smb2_sess_setup()
1825
sess->
Preauth_HashValue
in smb2_sess_setup()
[all...]
Completed in 9 milliseconds