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:ntlmssp_blob
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.c
1408
char *
ntlmssp_blob
= NULL;
in SMB2_sess_auth_rawntlmssp_negotiate()
local
1427
ntlmssp_blob
= kmalloc(sizeof(struct _NEGOTIATE_MESSAGE),
in SMB2_sess_auth_rawntlmssp_negotiate()
1429
if (
ntlmssp_blob
== NULL) {
in SMB2_sess_auth_rawntlmssp_negotiate()
1434
build_ntlmssp_negotiate_blob(
ntlmssp_blob
, ses);
in SMB2_sess_auth_rawntlmssp_negotiate()
1444
sess_data->iov[1].iov_base =
ntlmssp_blob
;
in SMB2_sess_auth_rawntlmssp_negotiate()
1479
kfree(
ntlmssp_blob
);
in SMB2_sess_auth_rawntlmssp_negotiate()
1500
unsigned char *
ntlmssp_blob
= NULL;
in SMB2_sess_auth_rawntlmssp_authenticate()
local
1511
rc = build_ntlmssp_auth_blob(&
ntlmssp_blob
, &blob_length, ses,
in SMB2_sess_auth_rawntlmssp_authenticate()
1524
sess_data->iov[1].iov_base =
ntlmssp_blob
;
in SMB2_sess_auth_rawntlmssp_authenticate()
1556
kfree(
ntlmssp_blob
);
in SMB2_sess_auth_rawntlmssp_authenticate()
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
1679
unsigned char *
ntlmssp_blob
= NULL;
in SMB2_sess_auth_rawntlmssp_negotiate()
local
1699
rc = build_ntlmssp_smb3_negotiate_blob(&
ntlmssp_blob
,
in SMB2_sess_auth_rawntlmssp_negotiate()
1711
sess_data->iov[1].iov_base =
ntlmssp_blob
;
in SMB2_sess_auth_rawntlmssp_negotiate()
1750
kfree_sensitive(
ntlmssp_blob
);
in SMB2_sess_auth_rawntlmssp_negotiate()
1772
unsigned char *
ntlmssp_blob
= NULL;
in SMB2_sess_auth_rawntlmssp_authenticate()
local
1784
rc = build_ntlmssp_auth_blob(&
ntlmssp_blob
, &blob_length,
in SMB2_sess_auth_rawntlmssp_authenticate()
1798
sess_data->iov[1].iov_base =
ntlmssp_blob
;
in SMB2_sess_auth_rawntlmssp_authenticate()
1834
kfree_sensitive(
ntlmssp_blob
);
in SMB2_sess_auth_rawntlmssp_authenticate()
Completed in 11 milliseconds