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:SECURITY_BUFFER
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
ntlmssp.h
89
} __attribute__((packed))
SECURITY_BUFFER
;
typedef
95
SECURITY_BUFFER
DomainName; /* RFC 1001 style and ASCII */
96
SECURITY_BUFFER
WorkstationName; /* RFC 1001 and ASCII */
97
/*
SECURITY_BUFFER
for version info not present since we
106
SECURITY_BUFFER
TargetName;
110
SECURITY_BUFFER
TargetInfoArray;
111
/*
SECURITY_BUFFER
for version info not present since we
118
SECURITY_BUFFER
LmChallengeResponse;
119
SECURITY_BUFFER
NtChallengeResponse;
120
SECURITY_BUFFER
DomainNam
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
ntlmssp.h
76
} __attribute__((packed))
SECURITY_BUFFER
;
typedef
82
SECURITY_BUFFER
DomainName; /* RFC 1001 style and ASCII */
83
SECURITY_BUFFER
WorkstationName; /* RFC 1001 and ASCII */
84
/*
SECURITY_BUFFER
for version info not present since we
106
SECURITY_BUFFER
DomainName; /* RFC 1001 style and ASCII */
107
SECURITY_BUFFER
WorkstationName; /* RFC 1001 and ASCII */
109
/*
SECURITY_BUFFER
*/
117
SECURITY_BUFFER
TargetName;
121
SECURITY_BUFFER
TargetInfoArray;
122
/*
SECURITY_BUFFER
fo
[all...]
H
A
D
sess.c
1029
static inline void cifs_security_buffer_from_str(
SECURITY_BUFFER
*pbuf,
in cifs_security_buffer_from_str()
Completed in 4 milliseconds